Oops... forgot to update the "-E usage" text
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Jul 2010 21:05:11 +0000 (21:05 +0000)
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Jul 2010 21:05:11 +0000 (21:05 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33528 f5534014-38df-0310-8fa8-9805f1628bb7

print.c

diff --git a/print.c b/print.c
index 6c22250ed653446b4415b188220f9eee585b21f3..19e2f6bcaacb4ca1526649d892d2d9146d8244a4 100644 (file)
--- 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);
 }