BUG/MINOR: halog: fix help message for -ut/-uto

Erroneous copy-paste suggesting wrong option.
This commit is contained in:
Willy Tarreau 2012-10-10 14:57:35 +02:00
parent 0a70688016
commit 4201df77df
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ void help()
" -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"
" -ua : average response time, -uto : average total time\n"
" -ua : average response time, -ut : average total time\n"
" -uao, -uto: average times computed on valid ('OK') requests\n"
" -uba, -ubt: average bytes returned, total bytes returned\n"
);