Improve the help-text for -l flag

This commit is contained in:
Vineet 2014-02-06 22:37:42 +05:30
parent 53c6671350
commit d0c94d07f3
1 changed files with 2 additions and 2 deletions

View File

@ -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']