From e3d56b51c4fd7815d7f405f2ca29d4574e0b8990 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Sat, 24 Oct 2015 13:14:19 -0700 Subject: [PATCH] Fix nit. --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 8bd15d404..61b367a9c 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -861,7 +861,7 @@ def _create_subparsers(helpful): "--csr", type=read_file, help="Path to a Certificate Signing Request (CSR) in DER" " format; note that the .csr file *must* contain a Subject" - " Alternative Name field for each domain you want certified") + " Alternative Name field for each domain you want certified.") helpful.add("rollback", "--checkpoints", type=int, metavar="N", default=flag_default("rollback_checkpoints"),