aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-03 19:40:23 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-03 19:40:23 +0000
commitc28c8ed2145e50cee06a3496976914f6cabc4f75 (patch)
tree4df480ef349b713a8556caa3a574240ae6bb686f /tshark.c
parent2d49720de61ae4d46107b4aa6ec3dc9b1a5e32c0 (diff)
Wrap usage text at column 80.
svn path=/trunk/; revision=53761
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tshark.c b/tshark.c
index 7dce609a4f..f259ade3e7 100644
--- a/tshark.c
+++ b/tshark.c
@@ -304,7 +304,8 @@ print_usage(gboolean print_ver)
fprintf(output, "Processing:\n");
fprintf(output, " -2 perform a two-pass analysis\n");
fprintf(output, " -R <read filter> packet Read filter in Wireshark display filter syntax\n");
- fprintf(output, " -Y <display filter> packet displaY filter in Wireshark display filter syntax\n");
+ fprintf(output, " -Y <display filter> packet displaY filter in Wireshark display filter\n");
+ fprintf(output, " syntax\n");
fprintf(output, " -n disable all name resolutions (def: all enabled)\n");
fprintf(output, " -N <name resolve flags> enable specific name resolution(s): \"mntC\"\n");
fprintf(output, " -d %s ...\n", decode_as_arg_template);
@@ -328,7 +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, _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");