use renewal configuration instead of configuration information

This commit is contained in:
Erica Portnoy 2022-11-29 17:02:49 -08:00
parent 80d5c6a18b
commit 16365e95e2

View file

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