]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/MINOR: halog: fix help message for -ut/-uto
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 12:57:35 +0000 (14:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 12:57:35 +0000 (14:57 +0200)
Erroneous copy-paste suggesting wrong option.

contrib/halog/halog.c

index 50380f04454def573d831e6e8a1a894a54664da6..391280702fa1be849633a3eebb8f78b684c295cb 100644 (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"
               );