Skip to content

Commit

Permalink
Add help text to --no-input option
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshks committed May 16, 2020
1 parent 5130f7b commit a03c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class PipOption(Option):
dest='no_input',
action='store_true',
default=False,
help=SUPPRESS_HELP
help="Disable prompting for input."
) # type: Callable[..., Option]

proxy = partial(
Expand Down

0 comments on commit a03c025

Please sign in to comment.