Skip to content

Commit 68ca289

Browse files
committed
change wording
1 parent 0aed0e9 commit 68ca289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letsencrypt-apache/letsencrypt_apache/display_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _vhost_menu(domain, vhosts):
8484
"We were unable to find a vhost with a ServerName "
8585
"or Address of {0}.{1}Which virtual host would you "
8686
"like to choose?\n(note: conf files with multiple "
87-
"vhosts are not currently supported)".format(domain, os.linesep),
87+
"vhosts are not yet supported)".format(domain, os.linesep),
8888
choices, help_label="More Info", ok_label="Select")
8989
except errors.MissingCommandlineFlag as e:
9090
msg = ("Failed to run Apache plugin non-interactively{1}{0}{1}"

0 commit comments

Comments
 (0)