mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
change wording
This commit is contained in:
parent
0aed0e90f1
commit
68ca289e7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue