packages/net/haproxy/patches/0006-BUG-MINOR-halog-fix-help-message-for-ut-uto-1.4.22.diff
heil 240ad98e89 package: haproxy
- add missing patches
 - add patch number to version



git-svn-id: svn://svn.openwrt.org/openwrt/packages@35091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-10 23:47:03 +00:00

28 lines
1.1 KiB
Diff

From 1fd5d70b52a1d3b3f12e577cc158d0988e103f0d Mon Sep 17 00:00:00 2001
From: Willy Tarreau <w@1wt.eu>
Date: Wed, 10 Oct 2012 14:57:35 +0200
Subject: BUG/MINOR: halog: fix help message for -ut/-uto
Erroneous copy-paste suggesting wrong option.
(cherry picked from commit 4201df77df34492be89e9c720397ff66bc5775d9)
---
contrib/halog/halog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/halog/halog.c b/contrib/halog/halog.c
index 8f7f04a..4e3cfc4 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"
);
--
1.7.1