mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Update language to clarify that only expiring certs are renewed
This commit is contained in:
+8
-8
@@ -1496,14 +1496,14 @@ def prepare_and_parse_args(plugins, args):
|
|||||||
"user; only needed if your config is somewhere unsafe like /tmp/")
|
"user; only needed if your config is somewhere unsafe like /tmp/")
|
||||||
|
|
||||||
helpful.add_group(
|
helpful.add_group(
|
||||||
"renew", description="The 'renew' subcommand will attempt to renew all "
|
"renew", description="The 'renew' subcommand will attempt to renew all"
|
||||||
"certificates (or more precisely, certificate lineages) you have previously "
|
" certificates (or more precisely, certificate lineages) you have"
|
||||||
"obtained, and print a summary of the results. "
|
" previously obtained if they are close to expiry, and print a"
|
||||||
"By default, 'renew' will reuse the options "
|
" summary of the results. By default, 'renew' will reuse the options"
|
||||||
"used to create obtain or most recently successfully renew each certificate lineage. "
|
" used to create obtain or most recently successfully renew each"
|
||||||
"You can try it with `--dry-run` first. "
|
" certificate lineage. You can try it with `--dry-run` first. For"
|
||||||
"For more fine-grained control, you can renew individual lineages with"
|
" more fine-grained control, you can renew individual lineages with"
|
||||||
"the `certonly` subcommand.")
|
" the `certonly` subcommand.")
|
||||||
|
|
||||||
helpful.add_deprecated_argument("--agree-dev-preview", 0)
|
helpful.add_deprecated_argument("--agree-dev-preview", 0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user