summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdw <>2011-10-03 21:53:26 +0000
committerpdw <>2011-10-03 21:53:26 +0000
commit4ef2265377ce6764ce466076e4a3433170daf8ce (patch)
tree08e9c5d1132ad63d5ffd03f39d3d63b97af73fa7
parenta85b2c76cdff2a82975ee53429de6992370dfc84 (diff)
downloadiftop-4ef2265377ce6764ce466076e4a3433170daf8ce.zip
Fixed missing "-N" in synopsis message (Robert Scheck <robert@fedoraproject.org>)
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 539313a..7ae37c7 100644
--- a/options.c
+++ b/options.c
@@ -242,7 +242,7 @@ static void usage(FILE *fp) {
fprintf(fp,
"iftop: display bandwidth usage on an interface by host\n"
"\n"
-"Synopsis: iftop -h | [-npblBP] [-i interface] [-f filter code]\n"
+"Synopsis: iftop -h | [-npblNBP] [-i interface] [-f filter code]\n"
" [-F net/mask] [-G net6/mask6]\n"
"\n"
" -h display this message\n"