From 8d55ffdd87595e70f97ecd18c16e683af1955521 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Tue, 18 Nov 2014 02:59:28 -0800 Subject: [PATCH] Formatted output of filter_names selection for --text mode --- letsencrypt/client/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/display.py b/letsencrypt/client/display.py index 26daf300f..f29aa7153 100644 --- a/letsencrypt/client/display.py +++ b/letsencrypt/client/display.py @@ -195,7 +195,7 @@ class FileDisplay(Display): c, s = self.generic_menu( "Choose the names would you like to upgrade to HTTPS?", names, - "Select the number of the name (c to cancel): ") + "Select the number of the name: ") # Make sure to return a list... return c, [names[s]]