Skip to content

Commit

Permalink
First batch of changes for flexible csv format output mode - still co…
Browse files Browse the repository at this point in the history
…mpatible
  • Loading branch information
phaag committed Jun 9, 2024
1 parent 0b20860 commit 2d68eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ printmap_t printmap[MAXFORMATS] = {{"raw", MODE_RAW, NULL, "Raw format - multi l
{"nsel", MODE_FMT, FORMAT_nsel, "predefined"},
{"nat", MODE_FMT, FORMAT_nat, "predefined"},
{"json", MODE_JSON, NULL, "json output"},
{"json-log", MODE_JSON, NULL, "json output for logging"},
{"json-log", MODE_JSON_LOG, NULL, "json output for logging"},
{"csv", MODE_CSV, NULL, "csv predefined"},
{"null", MODE_NULL, NULL, "do not print any output"},

Expand Down

0 comments on commit 2d68eca

Please sign in to comment.