summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi_main.c b/cgi_main.c
index e6241ea09d..ae435e39e8 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -305,7 +305,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
if (!cgi) { /* never execute the arguments if you are a CGI */
request_info.php_argv0 = NULL;
- while ((c = getopt(argc, argv, "cd:qvisnaeh?vf:")) != -1) {
+ while ((c = getopt(argc, argv, "c:d:qvisnaeh?vf:")) != -1) {
switch (c) {
case 'f':
if (!cgi_started){