mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Remove the curses dialog, thereby deprecating the --help and --dialog command line options (#3665)
* Remove the curses dialog, thereby deprecating the --help and --dialog command line options * Deprecate --dialog and suppress --text
This commit is contained in:
committed by
Brad Warren
parent
ce252bd6c9
commit
d54cb76432
@@ -100,5 +100,4 @@ def _vhost_menu(domain, vhosts):
|
||||
def _more_info_vhost(vhost):
|
||||
zope.component.getUtility(interfaces.IDisplay).notification(
|
||||
"Virtual Host Information:{0}{1}{0}{2}".format(
|
||||
os.linesep, "-" * (display_util.WIDTH - 4), str(vhost)),
|
||||
height=display_util.HEIGHT)
|
||||
os.linesep, "-" * (display_util.WIDTH - 4), str(vhost)))
|
||||
|
||||
Reference in New Issue
Block a user