From 6f5ea0464d49c5f1675a9a4b19490b2ef8f9e5f3 Mon Sep 17 00:00:00 2001 From: Peter Haag Date: Sat, 21 Nov 2015 13:58:29 +0100 Subject: [PATCH] Fix help for -z -j description --- bin/nfdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/nfdump.c b/bin/nfdump.c index 2068007..ba8d92f 100644 --- a/bin/nfdump.c +++ b/bin/nfdump.c @@ -288,8 +288,8 @@ static void usage(char *name) { "-H Add xstat histogram data to flow file.(default 'no')\n" "-i \tChange Ident to in file given by -r.\n" "-J \tModify file compression: 0: uncompressed - 1: LZO compressed - 2: BZ2 compressed.\n" - "-j\t\tlzo compress flows in output file. Used in combination with -w.\n" - "-z\t\tbz2 compress flows in output file. Used in combination with -w.\n" + "-z\t\tlzo compress flows in output file. Used in combination with -w.\n" + "-j\t\tbz2 compress flows in output file. Used in combination with -w.\n" "-l \tSet limit on packets for line and packed output format.\n" "\t\tkey: 32 character string or 64 digit hex string starting with 0x.\n" "-L \tSet limit on bytes for line and packed output format.\n"