change wording

This commit is contained in:
Noah Swartz 2016-03-15 12:07:46 -07:00
parent 0aed0e90f1
commit 68ca289e7f

View file

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