aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-06 03:36:28 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-06 03:36:28 +0000
commitd64b6a6e908e5bed5b46fff04b57d3d31b748e2c (patch)
tree3317b213bd4c8c05054d152b012b049a559e702a /tethereal.c
parentf3c1bc4704d7adfdb1397cfcfdc98205a4def580 (diff)
Mention psml as a valid option to -T in the usage statements.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11607 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tethereal.c b/tethereal.c
index c5ee6a37fa..829bd6bc03 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -279,14 +279,14 @@ print_usage(gboolean print_ver)
fprintf(output, "\t[ -f <capture filter> ] [ -F <output file type> ] [ -i <interface> ]\n");
fprintf(output, "\t[ -N <resolving> ] [ -o <preference setting> ] ... [ -r <infile> ]\n");
fprintf(output, "\t[ -R <read filter> ] [ -s <snaplen> ] [ -t <time stamp format> ]\n");
- fprintf(output, "\t[ -T pdml|ps|text ] [ -w <savefile> ] [ -y <link type> ]\n");
+ fprintf(output, "\t[ -T pdml|ps|psml|text ] [ -w <savefile> ] [ -y <link type> ]\n");
fprintf(output, "\t[ -z <statistics string> ]\n");
#else
fprintf(output, "\nt%s [ -vh ] [ -lnVx ]\n", PACKAGE);
fprintf(output, "\t[ -d %s ] ...\n", decode_as_arg_template);
fprintf(output, "\t[ -F <output file type> ] [ -N <resolving> ]\n");
fprintf(output, "\t[ -o <preference setting> ] ... [ -r <infile> ] [ -R <read filter> ]\n");
- fprintf(output, "\t[ -t <time stamp format> ] [ -T pdml|ps|text ] [ -w <savefile> ]\n");
+ fprintf(output, "\t[ -t <time stamp format> ] [ -T pdml|ps|psml|text ] [ -w <savefile> ]\n");
fprintf(output, "\t[ -z <statistics string> ]\n");
#endif
fprintf(output, "Valid file type arguments to the \"-F\" flag:\n");