aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-03 15:38:22 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-03 15:38:22 +0000
commit5b0365d6c25910e76466f2f4e8d43a6ecfffde1c (patch)
tree875d78604ed1a29b70f6f9999b50ecee528c074a /tshark.c
parent306711b63427cb591babf67e8e228302329b66c2 (diff)
Wrap text of description for -O.
svn path=/trunk/; revision=36976
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 493423ab2c..8a79128f2e 100644
--- a/tshark.c
+++ b/tshark.c
@@ -297,7 +297,8 @@ print_usage(gboolean print_ver)
fprintf(output, " -F <output file type> set the output file type, default is libpcap\n");
fprintf(output, " an empty \"-F\" option will list the file types\n");
fprintf(output, " -V add output of packet tree (Packet Details)\n");
- fprintf(output, " -O <protocols> Only show packet details of these protocols, comma separated\n");
+ fprintf(output, " -O <protocols> Only show packet details of these protocols, comma\n");
+ fprintf(output, " separated\n");
fprintf(output, " -S display packets even when writing to a file\n");
fprintf(output, " -x add output of hex and ASCII dump (Packet Bytes)\n");
fprintf(output, " -T pdml|ps|psml|text|fields\n");