Add help text to --no-input option

This commit is contained in:
Devesh Kumar Singh 2020-05-02 01:26:27 +05:30
parent 6119a837ea
commit a833914387
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ no_input = partial(
dest='no_input',
action='store_true',
default=False,
help=SUPPRESS_HELP
help="Disable prompting for input."
) # type: Callable[..., Option]
proxy = partial(