aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-14 21:05:11 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-14 21:05:11 +0000
commitf241e7d9bf36998b5aeb06276e1d123d92432b40 (patch)
tree97e289566cec05ce8cb6ee831ecf904cb6b832ee /print.c
parentce6f881c71244b0dc81a488878333647bd271520 (diff)
Oops... forgot to update the "-E usage" text
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33528 f5534014-38df-0310-8fa8-9805f1628bb7
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);
}