Update language to clarify that only expiring certs are renewed

This commit is contained in:
Peter Eckersley
2016-02-10 11:39:03 -08:00
parent e808091a97
commit 78cde8b7d9
+8 -8
View File
@@ -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)