From 3596f9c9cc988f0ae8a52a9e2768dcc6b51cb29e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 3 Dec 2001 14:28:39 +0000 Subject: [PATCH] Handle the ? option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92296 13f79535-47bb-0310-9956-ffa450edef68 --- server/main.c | 1 + 1 file changed, 1 insertion(+) 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); } } -- 2.50.1