mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Merge pull request #2774 from letsencrypt/the-quiet-typo-no-one-heard
Fix help typo
This commit is contained in:
+1
-1
@@ -652,7 +652,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):
|
||||
helpful.add(
|
||||
"automation", "-q", "--quiet", dest="quiet", action="store_true",
|
||||
help="Silence all output except errors. Useful for automation via cron."
|
||||
"Implies --non-interactive.")
|
||||
" Implies --non-interactive.")
|
||||
|
||||
helpful.add_group(
|
||||
"testing", description="The following flags are meant for "
|
||||
|
||||
Reference in New Issue
Block a user