mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
use renewal configuration instead of configuration information
This commit is contained in:
parent
80d5c6a18b
commit
16365e95e2
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ VERB_HELP = [
|
|||
"usage": "\n\n certbot show_account [options]\n\n"
|
||||
}),
|
||||
("reconfigure", {
|
||||
"short": "Update configuration information for a certificate specified by --cert-name",
|
||||
"short": "Update renewal configuration for a certificate specified by --cert-name",
|
||||
"opts": 'Common options that may be updated with the "reconfigure" subcommand:',
|
||||
"usage": "\n\n certbot reconfigure --cert-name CERTNAME [options]\n\n"
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue