From: Ben Laurie Date: Sat, 11 Sep 1999 19:52:27 +0000 (+0000) Subject: Really get rid of unused options. X-Git-Tag: 1.3.10~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef225bdff05acbef3b529d745e2a3fde14c4d1e6;p=thirdparty%2Fapache%2Fhttpd.git Really get rid of unused options. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83892 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 4aa16ada355..de68c512613 100644 --- a/server/main.c +++ b/server/main.c @@ -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':