]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Really get rid of unused options.
authorBen Laurie <ben@apache.org>
Sat, 11 Sep 1999 19:52:27 +0000 (19:52 +0000)
committerBen Laurie <ben@apache.org>
Sat, 11 Sep 1999 19:52:27 +0000 (19:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83892 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 4aa16ada355175bde31395d5ac405156d9d7c6ed..de68c512613a3f47deb5a28050b34b110053e4d4 100644 (file)
@@ -277,7 +277,7 @@ int main(int argc, char **argv)
 
     ap_setup_prelinked_modules();
 
-    while ((c = getopt(argc, argv, "D:C:c:Xd:f:vVlLR:th")) != -1) {
+    while ((c = getopt(argc, argv, "C:c:d:f:vVlLth")) != -1) {
         char **new;
         switch (c) {
        case 'c':