mirror of https://github.com/python/cpython
gh-100676: Improve description for venv --upgrade-deps (GH-100678)
This commit is contained in:
parent
7feb6d2f85
commit
9dee973166
|
@ -523,7 +523,7 @@ def main(args=None):
|
|||
'this environment.')
|
||||
parser.add_argument('--upgrade-deps', default=False, action='store_true',
|
||||
dest='upgrade_deps',
|
||||
help=f'Upgrade core dependencies: {" ".join(CORE_VENV_DEPS)} '
|
||||
help=f'Upgrade core dependencies: {", ".join(CORE_VENV_DEPS)} '
|
||||
'to the latest version in PyPI')
|
||||
options = parser.parse_args(args)
|
||||
if options.upgrade and options.clear:
|
||||
|
|
Loading…
Reference in New Issue