mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
cli: fix help text for --no-autorenew (#9312)
This commit is contained in:
parent
d13131e303
commit
295fc5e33a
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ def prepare_and_parse_args(plugins: plugins_disco.PluginsRegistry, args: List[st
|
|||
helpful.add(
|
||||
"renew", "--no-autorenew", action="store_false",
|
||||
default=flag_default("autorenew"), dest="autorenew",
|
||||
help="Disable auto renewal of certificates.")
|
||||
help="Disable auto renewal of certificates. (default: False)")
|
||||
|
||||
# Deprecated arguments
|
||||
helpful.add_deprecated_argument("--os-packages-only", 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue