Improve the help-text for -l flag
This commit is contained in:
parent
53c6671350
commit
d0c94d07f3
|
@ -87,8 +87,8 @@ def main():
|
|||
parser.add_argument('-a', '--all', action='store_true', help='list all deps at top level')
|
||||
parser.add_argument('-l', '--local-only',
|
||||
action='store_true', help=(
|
||||
'list only the installations local to the '
|
||||
'current virtualenv, if in a virtualenv'
|
||||
'If in a virtualenv that has global access '
|
||||
'donot show globally installed packages'
|
||||
))
|
||||
args = parser.parse_args()
|
||||
default_skip = ['setuptools', 'pip', 'python', 'distribute']
|
||||
|
|
Loading…
Reference in New Issue