Merge pull request #2774 from letsencrypt/the-quiet-typo-no-one-heard

Fix help typo
This commit is contained in:
Peter Eckersley
2016-04-06 14:18:29 -07:00
+1 -1
View File
@@ -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 "