mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
--help is effectively a verb for CLI purposes...
This commit is contained in:
parent
6f1b1570b1
commit
31fef196c0
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ def create_parser(plugins, args):
|
|||
# For now unfortunately this constant just needs to match the code below;
|
||||
# there isn't an elegant way to autogenerate it in time.
|
||||
VERBS = ["run", "auth", "install", "revoke", "rollback", "config_changes",
|
||||
"plugins"]
|
||||
"plugins", "--help"]
|
||||
|
||||
|
||||
def _create_subparsers(helpful):
|
||||
|
|
|
|||
Loading…
Reference in a new issue