summaryrefslogtreecommitdiff
path: root/flowtop.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-10-29 06:08:24 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-10-29 09:27:31 +0100
commitf863bc21719c99d09e2db8cad3ac6ac19ab43ef5 (patch)
treeb85c707688ad2eeb9e64002ee050d5ed58b626bf /flowtop.c
parent1eba05919fed6a72612ebf918eb92847e59c63df (diff)
flowtop: Fix missing --no-geoip option in usage output
Add G,--no-geoip to the usage output. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.c')
-rw-r--r--flowtop.c1
1 files changed, 1 insertions, 0 deletions
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"