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 13, 2020
1 parent 5130f7b commit b58f01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/cmdoptions.py
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 b58f01c

Please sign in to comment.