From 4cbdea6ccbebd33d765402a21ede797c685e925d Mon Sep 17 00:00:00 2001 From: Nicholas Tait Date: Thu, 25 May 2017 16:29:19 -0700 Subject: [PATCH] Improve warning message to user after an operation is canceled (#4723) Fixes #4134 --- certbot/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certbot/main.py b/certbot/main.py index 50dad8d1e..d3f6eaa09 100644 --- a/certbot/main.py +++ b/certbot/main.py @@ -167,8 +167,7 @@ def _handle_identical_cert_request(config, lineage): # TODO: Add notification related to command-line options for # skipping the menu for this case. raise errors.Error( - "User chose to cancel the operation and may " - "reinvoke the client.") + "Operation canceled. You may re-run the client.") elif response[1] == 0: return "reinstall", lineage elif response[1] == 1: