]> granicus.if.org Git - apache/commitdiff
This comment is bogus since we decided to keep -X.
authorAaron Bannert <aaron@apache.org>
Fri, 15 Feb 2002 23:21:14 +0000 (23:21 +0000)
committerAaron Bannert <aaron@apache.org>
Fri, 15 Feb 2002 23:21:14 +0000 (23:21 +0000)
Obtained from:  Thom Park <tpark@borland.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93440 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 9fb3ad4a2d405595b9e1af1f35f63d5a1733a2a4..d1bac0ae5d91dbb523578263d3a933f26eaec316 100644 (file)
@@ -288,7 +288,6 @@ static void usage(process_rec *process)
     ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, "  -t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)"); 
     ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, "  -t                : run syntax check for config files (with docroot check)");
     ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, "  -T                : run syntax check for config files (without docroot check)");
-    /* TODOC: -X goes away, expect MPMs to use -D options */
     destroy_and_exit_process(process, 1);
 }