Skip to content

Commit

Permalink
Update help text for nfdump
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Feb 7, 2025
1 parent 81c45e7 commit 0fba14c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nfdump/nfdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@ static void usage(char *name) {
"\t\t json json output format.\n"
"\t\t ndjson ndjson log output format (one json object per line).\n"
"\t\t null no flow records, only statistics output.\n"
"\t\t\tmode may be extended by '6' for full IPv6 listing. e.g.long6, extended6.\n"
"\t\t fmt:... user selected line output format. See nfdump(1)\n"
"\t\t csv:... user selected csv output format. See nfdump(1)\n"
"\t\tmode may be extended by '6' for full IPv6 listing. e.g.long6, extended6.\n"
"-6\t\tPrint full length of IPv6 addresses in fmt output instead of condensed.\n"
"-E <file>\tPrint exporter and sampling info for collected flows.\n"
"-v <file>\tverify netflow data file. Print version and blocks.\n"
"-W <num>\tOptionally set the number of workers to compress flows\n"
Expand Down

0 comments on commit 0fba14c

Please sign in to comment.