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)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 May 2020 06:42:30 +0000 (08:42 +0200)
Add missing long help text for the ic (ip count) flag

(cherry picked from commit 6112f5ccd28376444c5dfccee9c3fe2be4545070)
Signed-off-by: Willy Tarreau <w@1wt.eu>

contrib/halog/halog.c

index 91e2af3..3c785fc 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"