summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2016-06-30 19:01:41 +0000
committerYann Ylavic <ylavic@apache.org>2016-06-30 19:01:41 +0000
commitdd593e6c18d94d8892b991267b33e9feadd1b0ef (patch)
tree975e96f2a5f9f1e838ce8c3fcda127aa37a65ed1 /support
parent7b62ffbe80be47d504fe31083d4e0fabfcd81aeb (diff)
downloadhttpd-dd593e6c18d94d8892b991267b33e9feadd1b0ef.tar.gz
ab: follow up to r1750854: put the -I at the right place for apr_getopt().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750855 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/ab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ab.c b/support/ab.c
index 61294a82d7..291ec87bf9 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -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