From d401595396c660e829325b111323daa2623fde5f Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sat, 2 Apr 2016 10:50:18 +0200 Subject: [PATCH] fix spelling mistake in CLI help text --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 199b98311..197169d95 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -721,7 +721,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): help="Command to be run in a shell once for each successfully renewed certificate." "For this command, the shell variable $RENEWED_LINEAGE will point to the" "config live subdirectory containing the new certs and keys; the shell variable " - "$RENEWED_DOMAINS will conatain a space-delimited list of renewed cert domains") + "$RENEWED_DOMAINS will contain a space-delimited list of renewed cert domains") helpful.add_deprecated_argument("--agree-dev-preview", 0)