From ce75f784d329b306ff270c6989561d1fc87193c9 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 30 Nov 2012 01:31:47 +0100 Subject: [PATCH] flowtop: fix typo in help Signed-off-by: Daniel Borkmann --- src/flowtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flowtop.c b/src/flowtop.c index 30e72b45..b0d69809 100644 --- a/src/flowtop.c +++ b/src/flowtop.c @@ -269,7 +269,7 @@ static void help(void) " flowtop\n" " flowtop -46UTDISs\n\n" "Note:\n" - " If netfilter is not running, you can activate it with i.e.:\n" + " If netfilter is not running, you can activate it with e.g.:\n" " iptables -A INPUT -p tcp -m state --state ESTABLISHED -j ACCEPT\n" " iptables -A OUTPUT -p tcp -m state --state NEW,ESTABLISHED -j ACCEPT\n\n" "Please report bugs to \n" -- 2.11.4.GIT