Add bzip compress switch in usage output of nfpcapd

This commit is contained in:
Peter Haag 2017-11-05 14:52:27 +01:00
parent a35ecdd129
commit a8bc82decb

View File

@ -1,4 +1,5 @@
/*
* Copyright (c) 2017, Peter Haag
* Copyright (c) 2016, Peter Haag
* Copyright (c) 2014, Peter Haag
* Copyright (c) 2013, Peter Haag
@ -252,6 +253,7 @@ static void usage(char *name) {
"-I Ident\tset the ident string for stat file. (default 'none')\n"
"-P pidfile\tset the PID file\n"
"-t time frame\tset the time window to rotate pcap/nfcapd file\n"
"-j\t\tBZ2 compress flows in output file.\n"
"-z\t\tCompress flows in output file.\n"
"-E\t\tPrint extended format of netflow data. for debugging purpose only.\n"
"-T\t\tInclude extension tags in records.\n"