diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-10-29 06:08:24 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-10-29 09:27:31 +0100 |
commit | f863bc21719c99d09e2db8cad3ac6ac19ab43ef5 (patch) | |
tree | b85c707688ad2eeb9e64002ee050d5ed58b626bf | |
parent | 1eba05919fed6a72612ebf918eb92847e59c63df (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>
-rw-r--r-- | flowtop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |