]> granicus.if.org Git - apache/commitdiff
Doc it.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 23 Jun 2002 10:27:54 +0000 (10:27 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 23 Jun 2002 10:27:54 +0000 (10:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95871 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 017fdf956dc201bb8afe3ae6cedf9caca568554a..971b7e67a40c3d4eaf2491372c537ee65e2eb578 100644 (file)
@@ -305,7 +305,7 @@ static void usage(process_rec *process)
 
 #ifdef WIN32
     ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
-                 "       %s [-k start|restart|stop|shutdown]", pad);
+                 "       %s [-w] [-k start|restart|stop|shutdown]", pad);
     ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
                  "       %s [-k install|config|uninstall] [-n service_name]",
                  pad);
@@ -359,6 +359,8 @@ static void usage(process_rec *process)
                  "service");
     ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
                  "  -k uninstall      : uninstall an Apache service");
+    ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
+                 "  -w                : hold open the console window on error");
 #endif
 
     ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,