mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
change some instances of help to flag (#5248)
This commit is contained in:
+2
-2
@@ -828,11 +828,11 @@ class HelpfulArgumentParser(object):
|
|||||||
return dict([(t, t == chosen_topic) for t in self.help_topics])
|
return dict([(t, t == chosen_topic) for t in self.help_topics])
|
||||||
|
|
||||||
def _add_all_groups(helpful):
|
def _add_all_groups(helpful):
|
||||||
helpful.add_group("automation", description="Arguments for automating execution & other tweaks")
|
helpful.add_group("automation", description="Flags for automating execution & other tweaks")
|
||||||
helpful.add_group("security", description="Security parameters & server settings")
|
helpful.add_group("security", description="Security parameters & server settings")
|
||||||
helpful.add_group("testing",
|
helpful.add_group("testing",
|
||||||
description="The following flags are meant for testing and integration purposes only.")
|
description="The following flags are meant for testing and integration purposes only.")
|
||||||
helpful.add_group("paths", description="Arguments changing execution paths & servers")
|
helpful.add_group("paths", description="Flags for changing execution paths & servers")
|
||||||
helpful.add_group("manage",
|
helpful.add_group("manage",
|
||||||
description="Various subcommands and flags are available for managing your certificates:",
|
description="Various subcommands and flags are available for managing your certificates:",
|
||||||
verbs=["certificates", "delete", "renew", "revoke", "update_symlinks"])
|
verbs=["certificates", "delete", "renew", "revoke", "update_symlinks"])
|
||||||
|
|||||||
Reference in New Issue
Block a user