]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC/MINOR: halog: Add long help info for ic flag
authorAleksandar Lazi <al-haproxy@none.at>
Fri, 15 May 2020 20:58:30 +0000 (22:58 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 18 May 2020 07:30:43 +0000 (09:30 +0200)
Add missing long help text for the ic (ip count) flag

contrib/halog/halog.c

index 91e2af3574e0a7e52e12e37e38408d6c89c12e20..3c785fc0935534277ac1fffa77a00fb52a6868cc 100644 (file)
@@ -190,6 +190,7 @@ void help()
               " -cc   output number of requests per cookie code (2 chars)\n"
               " -tc   output number of requests per termination code (2 chars)\n"
               " -srv  output statistics per server (time, requests, errors)\n"
+              " -ic   output statistics per ip count (time, requests, errors)\n"
               " -u*   output statistics per URL (time, requests, errors)\n"
               "       Additional characters indicate the output sorting key :\n"
               "       -u : by URL, -uc : request count, -ue : error count\n"