Skip to content

Commit 26cfd10

Browse files
committed
Update nfprofile help text
1 parent e06830f commit 26cfd10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/nfsen/nfprofile.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ static void usage(char *name) {
8989
"-s\t\tprofile subdir.\n"
9090
"-Z\t\tCheck filter syntax and exit.\n"
9191
"-S subdir\tSub directory format. see nfcapd(1) for format\n"
92-
"-z\t\tCompress flows in output file.\n"
92+
"-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"
9395
#ifdef HAVE_INFLUXDB
9496
"-i <influxurl>\tInfluxdb url for stats (example: http://localhost:8086/write?db=mydb&u=pippo&p=paperino)\n"
9597
#endif

0 commit comments

Comments
 (0)