Clarification of pip install -U help

This commit is contained in:
Paul Moore 2014-10-17 14:50:44 +01:00
parent f69851e180
commit 7bc51305a7
1 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ class InstallCommand(Command):
'-U', '--upgrade',
dest='upgrade',
action='store_true',
help='Upgrade all packages to the newest available version. '
'This process is recursive regardless of whether a dependency'
' is already satisfied.'
help='Upgrade all specified packages to the newest available '
'version. This process is recursive regardless of whether '
'a dependency is already satisfied.'
)
cmd_opts.add_option(