From: Ben Laurie Date: Mon, 3 Dec 2001 14:28:39 +0000 (+0000) Subject: Handle the ? option. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3596f9c9cc988f0ae8a52a9e2768dcc6b51cb29e;p=apache Handle the ? option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92296 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index b2ffbb4f07..5e22c8e99a 100644 --- a/server/main.c +++ b/server/main.c @@ -370,6 +370,7 @@ int main(int argc, const char * const argv[]) configtestonly = 1; break; case 'h': + case '?': usage(process); } }