mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Renaming ASCII writer filter option 'only_single_header_row' to 'tsv'.
Also clarifying usage. Closes #912.
This commit is contained in:
parent
d9f90fcac0
commit
63d43e6545
7 changed files with 23 additions and 15 deletions
|
@ -45,7 +45,7 @@ private:
|
|||
// Options set from the script-level.
|
||||
bool output_to_stdout;
|
||||
bool include_meta;
|
||||
bool only_single_header_row;
|
||||
bool tsv;
|
||||
|
||||
char* separator;
|
||||
int separator_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue