From 78cde8b7d9a3c04967413eb9ad7743bc4996cca5 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 10 Feb 2016 11:39:03 -0800 Subject: [PATCH] Update language to clarify that only expiring certs are renewed --- letsencrypt/cli.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index e91478ad4..cdd6e5c45 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -1496,14 +1496,14 @@ def prepare_and_parse_args(plugins, args): "user; only needed if your config is somewhere unsafe like /tmp/") helpful.add_group( - "renew", description="The 'renew' subcommand will attempt to renew all " - "certificates (or more precisely, certificate lineages) you have previously " - "obtained, and print a summary of the results. " - "By default, 'renew' will reuse the options " - "used to create obtain or most recently successfully renew each certificate lineage. " - "You can try it with `--dry-run` first. " - "For more fine-grained control, you can renew individual lineages with" - "the `certonly` subcommand.") + "renew", description="The 'renew' subcommand will attempt to renew all" + " certificates (or more precisely, certificate lineages) you have" + " previously obtained if they are close to expiry, and print a" + " summary of the results. By default, 'renew' will reuse the options" + " used to create obtain or most recently successfully renew each" + " certificate lineage. You can try it with `--dry-run` first. For" + " more fine-grained control, you can renew individual lineages with" + " the `certonly` subcommand.") helpful.add_deprecated_argument("--agree-dev-preview", 0)