Re: [PATCH] DOC/MINOR: halog: Add long help info for ic flag

2020-05-18 Thread William Lallemand
On Fri, May 15, 2020 at 11:05:17PM +0200, Aleksandar Lazic wrote:
> Hi.
> 
> attached a patch for halog.
> 
> Regards
> 
> Aleks

> From 37ba93a5f29200e34cfb31aacf93ddcd80fca2ab Mon Sep 17 00:00:00 2001
> From: Aleksandar Lazi 
> Date: Fri, 15 May 2020 22:58:30 +0200
> Subject: [PATCH] DOC/MINOR: halog: Add long help info for ic flag
> 
> Add missing long help text for the ic (ip count) flag
> ---

Thanks, applied!

-- 
William Lallemand



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

2020-05-15 Thread Aleksandar Lazic
Hi.

attached a patch for halog.

Regards

Aleks
>From 37ba93a5f29200e34cfb31aacf93ddcd80fca2ab Mon Sep 17 00:00:00 2001
From: Aleksandar Lazi 
Date: Fri, 15 May 2020 22:58:30 +0200
Subject: [PATCH] DOC/MINOR: halog: Add long help info for ic flag

Add missing long help text for the ic (ip count) flag
---
 contrib/halog/halog.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/halog/halog.c b/contrib/halog/halog.c
index 91e2af357..3c785fc09 100644
--- a/contrib/halog/halog.c
+++ b/contrib/halog/halog.c
@@ -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"
-- 
2.20.1