From dc9ffdbb7fd1cf98cd9180f4cf470d7fbbb40e45 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Thu, 2 Jul 2015 04:51:41 +0000 Subject: [PATCH] Update old TODO comment. --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 5e789bfb3..587a94934 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -480,7 +480,7 @@ def create_parser(plugins, args): "testing", "--no-verify-ssl", action="store_true", help=config_help("no_verify_ssl"), default=flag_default("no_verify_ssl")) - helpful.add( # TODO: apache and nginx plugins do NOT respect it (#479) + helpful.add( # TODO: apache plugin does NOT respect it (#479) "testing", "--dvsni-port", type=int, default=flag_default("dvsni_port"), help=config_help("dvsni_port")) helpful.add("testing", "--simple-http-port", type=int,