Formatted output of filter_names selection for --text mode

This commit is contained in:
James Kasten
2014-11-18 02:59:28 -08:00
parent aa3d7986d8
commit 8d55ffdd87
+1 -1
View File
@@ -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]]