From 3ed1d3cf7cb71c33ba31d2481489285a39e5a1ee Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Fri, 15 Feb 2002 23:21:14 +0000 Subject: [PATCH] This comment is bogus since we decided to keep -X. Obtained from: Thom Park git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93440 13f79535-47bb-0310-9956-ffa450edef68 --- server/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/main.c b/server/main.c index 9fb3ad4a2d..d1bac0ae5d 100644 --- a/server/main.c +++ b/server/main.c @@ -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); } -- 2.40.0