From f863bc21719c99d09e2db8cad3ac6ac19ab43ef5 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Thu, 29 Oct 2015 06:08:24 +0200 Subject: flowtop: Fix missing --no-geoip option in usage output Add G,--no-geoip to the usage output. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- flowtop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'flowtop.c') diff --git a/flowtop.c b/flowtop.c index 7c9deaf..6fd3c6a 100644 --- a/flowtop.c +++ b/flowtop.c @@ -267,6 +267,7 @@ static void help(void) " -I|--icmp Show only ICMP/ICMPv6 flows\n" " -S|--sctp Show only SCTP flows\n" " -n|--no-dns Don't perform hostname lookup\n" + " -G|--no-geoip Don't perform GeoIP lookup\n" " -s|--show-src Also show source, not only dest\n" " -b|--bits Show rates in bits/s instead of bytes/s\n" " -u|--update Update GeoIP databases\n" -- cgit v1.2.3-54-g00ecf