From: William A. Rowe Jr Date: Sun, 23 Jun 2002 10:27:54 +0000 (+0000) Subject: Doc it. X-Git-Tag: 2.0.40~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c4af3aa9e60dcd9568c0e863f7fb7e201562dec;p=apache Doc it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95871 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 017fdf956d..971b7e67a4 100644 --- a/server/main.c +++ b/server/main.c @@ -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,