aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2010-07-14 21:05:11 +0000
committerSake Blok <sake@euronet.nl>2010-07-14 21:05:11 +0000
commit83a027afb86e09fe8526fe5d5b3042ce89b5cbc8 (patch)
tree97e289566cec05ce8cb6ee831ecf904cb6b832ee /print.c
parent717abac483f4e8746f6f9e92d879b354119526c8 (diff)
Oops... forgot to update the "-E usage" text
svn path=/trunk/; revision=33528
Diffstat (limited to 'print.c')
-rw-r--r--print.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/print.c b/print.c
index 6c22250ed6..19e2f6bcaa 100644
--- a/print.c
+++ b/print.c
@@ -1410,8 +1410,9 @@ void output_fields_list_options(FILE *fh)
{
fprintf(fh, "TShark: The available options for field output \"E\" are:\n");
fputs("header=y|n Print field abbreviations as first line of output (def: N: no)\n", fh);
- fputs("separator=/t|/s|<character> Set the separator to use; \"/t\" = tab,\n \"/s\" = space (def: /t: tab)\n", fh);
- fputs("quote=d|s|n Print either d: double-quotes, s: single quotes or n: no quotes around field values (def: n: none)\n", fh);
+ fputs("separator=/t|/s|<character> Set the separator to use;\n \"/t\" = tab, \"/s\" = space (def: /t: tab)\n", fh);
+ fputs("aggregator=,|/s|<character> Set the aggregator to use;\n \",\" = comma, \"/s\" = space (def: ,: comma)\n", fh);
+ fputs("quote=d|s|n Print either d: double-quotes, s: single quotes or \n n: no quotes around field values (def: n: none)\n", fh);
}