summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-03 19:45:10 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-03 19:45:10 +0000
commitf98625c0d00ce32fb4cb8d7065a830f31f4bf269 (patch)
tree531719552543d661bf9ee26e9dbaa5cc32e01149 /tshark.c
parent8b3f82def11470cc0b407894c44a7a734c30dbe6 (diff)
downloadwireshark-f98625c0d00ce32fb4cb8d7065a830f31f4bf269.tar.gz
Don't forget to test even the simplest fixes.
svn path=/trunk/; revision=53763
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tshark.c b/tshark.c
index f259ade3e7..a8f77d7336 100644
--- a/tshark.c
+++ b/tshark.c
@@ -329,8 +329,8 @@ print_usage(gboolean print_ver)
fprintf(output, " -x add output of hex and ASCII dump (Packet Bytes)\n");
fprintf(output, " -T pdml|ps|psml|text|fields\n");
fprintf(output, " format of text output (def: text)\n");
- fprintf(output, " -e <field> field to print if -Tfields selected (e.g. tcp.port,\n";
- fprintf(output, " _ws.col.Info);\n");
+ fprintf(output, " -e <field> field to print if -Tfields selected (e.g. tcp.port,\n");
+ fprintf(output, " _ws.col.Info)\n");
fprintf(output, " this option can be repeated to print multiple fields\n");
fprintf(output, " -E<fieldsoption>=<value> set options for output when -Tfields selected:\n");
fprintf(output, " header=y|n switch headers on and off\n");