mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
cli: fix help text for --no-autorenew (#9312)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user