From: Willy Tarreau Date: Wed, 10 Oct 2012 12:57:35 +0000 (+0200) Subject: BUG/MINOR: halog: fix help message for -ut/-uto X-Git-Tag: v1.5-dev13~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4201df77df34492be89e9c720397ff66bc5775d9;p=thirdparty%2Fhaproxy.git BUG/MINOR: halog: fix help message for -ut/-uto Erroneous copy-paste suggesting wrong option. --- diff --git a/contrib/halog/halog.c b/contrib/halog/halog.c index 50380f0445..391280702f 100644 --- a/contrib/halog/halog.c +++ b/contrib/halog/halog.c @@ -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" );