From 45ba43662cfd2e5bd57e3afc6c213e3cea66d406 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 5 Apr 2016 19:01:29 -0700 Subject: [PATCH] fix help typo --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 58250d75e..2dc3de3d3 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -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 "