]> granicus.if.org Git - apache/commitdiff
ab: follow up to r1750854: put the -I at the right place for apr_getopt().
authorYann Ylavic <ylavic@apache.org>
Thu, 30 Jun 2016 19:01:41 +0000 (19:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 30 Jun 2016 19:01:41 +0000 (19:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750855 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index 61294a82d7a4dcd8224b82630e026554d1d4ba2c..291ec87bf9f72326a34f0210b75375c27e9f1804 100644 (file)
@@ -2285,7 +2285,7 @@ int main(int argc, const char * const argv[])
     myhost = NULL; /* 0.0.0.0 or :: */
 
     apr_getopt_init(&opt, cntxt, argc, argv);
-    while ((status = apr_getopt(opt, "n:c:t:s:b:T:p:u:v:lrkVhwixI:y:z:C:H:P:A:g:X:de:SqB:m:"
+    while ((status = apr_getopt(opt, "n:c:t:s:b:T:p:u:v:lrkVhwiIx:y:z:C:H:P:A:g:X:de:SqB:m:"
 #ifdef USE_SSL
             "Z:f:"
 #endif