DOC/MINOR: halog: Add long help info for ic flag

Add missing long help text for the ic (ip count) flag
This commit is contained in:
Aleksandar Lazi 2020-05-15 22:58:30 +02:00 committed by William Lallemand
parent bd7212be10
commit 6112f5ccd2
1 changed files with 1 additions and 0 deletions

View 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"