From d3a00a97a377d97bedc0734c12d3fbbba820b3ff Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Fri, 15 Sep 2017 16:47:08 -0700 Subject: [PATCH] fix NAME to CERTNAME (#5114) --- certbot/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/cli.py b/certbot/cli.py index 671f8a284..afebbb7cb 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -356,7 +356,7 @@ VERB_HELP = [ " before and after renewal; see" " https://certbot.eff.org/docs/using.html#renewal for more" " information on these."), - "usage": "\n\n certbot renew [--cert-name NAME] [options]\n\n" + "usage": "\n\n certbot renew [--cert-name CERTNAME] [options]\n\n" }), ("certificates", { "short": "List certificates managed by Certbot",