Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-08-25 20:25:59 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-08-25 20:25:59 +0300
commitb2b3285bf5406f3e0e20bb013763c584d5e4e053 (patch)
tree25ac1cb2568b83fbeca9eb973e284f4eabc5f67e
parentb43bf8f94aaf38d76d358b6bd7fb17c1007ae74a (diff)
Add the word `instead` to renew error (#5053)test-tests
Closes #4118
-rw-r--r--certbot/renewal.py4
1 files 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: