mirror of
https://github.com/certbot/certbot.git
synced 2026-04-08 10:37:36 -04:00
fix NAME to CERTNAME (#5114)
This commit is contained in:
parent
4bc0c83ca7
commit
d3a00a97a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue