mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +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;
|
# For now unfortunately this constant just needs to match the code below;
|
||||||
# there isn't an elegant way to autogenerate it in time.
|
# there isn't an elegant way to autogenerate it in time.
|
||||||
VERBS = ["run", "auth", "install", "revoke", "rollback", "config_changes",
|
VERBS = ["run", "auth", "install", "revoke", "rollback", "config_changes",
|
||||||
"plugins"]
|
"plugins", "--help"]
|
||||||
|
|
||||||
|
|
||||||
def _create_subparsers(helpful):
|
def _create_subparsers(helpful):
|
||||||
|
|||||||
Reference in New Issue
Block a user