From 4ef2265377ce6764ce466076e4a3433170daf8ce Mon Sep 17 00:00:00 2001 From: pdw <> Date: Mon, 3 Oct 2011 21:53:26 +0000 Subject: Fixed missing "-N" in synopsis message (Robert Scheck ) --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3