]> granicus.if.org Git - apache/commitdiff
-T hasn't been supported for some great while.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 12 Jun 2002 19:34:56 +0000 (19:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 12 Jun 2002 19:34:56 +0000 (19:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95618 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 3648eec3f61c5ea0ba529919198daf195fb22a06..017fdf956dc201bb8afe3ae6cedf9caca568554a 100644 (file)
@@ -316,7 +316,7 @@ static void usage(process_rec *process)
                  pad);
 #endif
     ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
-                 "       %s [-v] [-V] [-h] [-l] [-L] [-t] [-T]", pad);
+                 "       %s [-v] [-V] [-h] [-l] [-L] [-t]", pad);
     ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
                  "Options:");
 
@@ -382,11 +382,7 @@ static void usage(process_rec *process)
                  "  -t -D DUMP_VHOSTS : show parsed settings (currently only "
                  "vhost settings)");
     ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
-                 "  -t                : run syntax check for config files "
-                 "(with docroot check)");
-    ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
-                 "  -T                : run syntax check for config files "
-                 "(without docroot check)");
+                 "  -t                : run syntax check for config files");
 
     destroy_and_exit_process(process, 1);
 }