mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
--help is effectively a verb for CLI purposes
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user