We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06830f commit 26cfd10Copy full SHA for 26cfd10
src/nfsen/nfprofile.c
@@ -89,7 +89,9 @@ static void usage(char *name) {
89
"-s\t\tprofile subdir.\n"
90
"-Z\t\tCheck filter syntax and exit.\n"
91
"-S subdir\tSub directory format. see nfcapd(1) for format\n"
92
- "-z\t\tCompress flows in output file.\n"
+ "-z\t\tLZO compress flows in output file.\n"
93
+ "-y\t\tLZ4 compress flows in output file.\n"
94
+ "-j\t\tBZ2 compress flows in output file.\n"
95
#ifdef HAVE_INFLUXDB
96
"-i <influxurl>\tInfluxdb url for stats (example: http://localhost:8086/write?db=mydb&u=pippo&p=paperino)\n"
97
#endif
0 commit comments