1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

fix NAME to CERTNAME (#5114)

This commit is contained in:
Noah Swartz
2017-09-15 16:47:08 -07:00
committed by Brad Warren
parent 4bc0c83ca7
commit d3a00a97a3

View File

@@ -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",