From b2b3285bf5406f3e0e20bb013763c584d5e4e053 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 25 Aug 2017 13:25:59 -0400 Subject: Add the word `instead` to renew error (#5053) Closes #4118 --- certbot/renewal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/renewal.py b/certbot/renewal.py index f3131c06f..b6c343694 100644 --- a/certbot/renewal.py +++ b/certbot/renewal.py @@ -372,8 +372,8 @@ def handle_renewal_request(config): "renewing all installed certificates that are due " "to be renewed or renewing a single certificate specified " "by its name. If you would like to renew specific " - "certificates by their domains, use the certonly " - "command. The renew verb may provide other options " + "certificates by their domains, use the certonly command " + "instead. The renew verb may provide other options " "for selecting certificates to renew in the future.") if config.certname: -- cgit v1.2.3