Skip to content

Commit e997e5e

Browse files
committed
fix help string
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent 2b57554 commit e997e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ def graph(bare=False):
19531953
sys.exit(c.return_code)
19541954

19551955

1956-
@click.command(help="Updates Pipenv & pip to latest, uninstalls all packages, and re-installs package(s) in [packages] to latest compatible versions.")
1956+
@click.command(help="Uninstalls all packages, and re-installs package(s) in [packages] to latest compatible versions.")
19571957
@click.option('--verbose', '-v', is_flag=True, default=False, help="Verbose mode.")
19581958
@click.option('--dev', '-d', is_flag=True, default=False, help="Additionally install package(s) in [dev-packages].")
19591959
@click.option('--three/--two', is_flag=True, default=None, help="Use Python 3/2 when creating virtualenv.")

0 commit comments

Comments
 (0)