]> granicus.if.org Git - apache/commitdiff
Handle the ? option.
authorBen Laurie <ben@apache.org>
Mon, 3 Dec 2001 14:28:39 +0000 (14:28 +0000)
committerBen Laurie <ben@apache.org>
Mon, 3 Dec 2001 14:28:39 +0000 (14:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92296 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index b2ffbb4f07ed96f9085db542a46e429750c025d0..5e22c8e99a563b3431134a7588abbb45710806c8 100644 (file)
@@ -370,6 +370,7 @@ int main(int argc, const char * const argv[])
            configtestonly = 1;
            break;
        case 'h':
+       case '?':
            usage(process);
        }
     }