aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-27 22:04:02 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-27 22:04:02 +0000
commit5e33fbf97bf481832e6d710d6454e45e266f9e2f (patch)
tree3a496440f7cbbd22ca19e541d5c24409d1e69135 /tethereal.c
parent7b3a7c3a94d83c386fc8fa9df97e2d52c3f2bf9c (diff)
From Michael Lum: fix the usage message to say "-z", not "-Z".
svn path=/trunk/; revision=9104
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tethereal.c b/tethereal.c
index d8409297c6..d3680f1a90 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.204 2003/11/01 02:30:15 guy Exp $
+ * $Id: tethereal.c,v 1.205 2003/11/27 22:04:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -243,13 +243,13 @@ print_usage(gboolean print_ver)
fprintf(stderr, "\t[ -f <capture filter> ] [ -F <output file type> ] [ -i <interface> ]\n");
fprintf(stderr, "\t[ -N <resolving> ] [ -o <preference setting> ] ... [ -r <infile> ]\n");
fprintf(stderr, "\t[ -R <read filter> ] [ -s <snaplen> ] [ -t <time stamp format> ]\n");
- fprintf(stderr, "\t[ -w <savefile> ] [ -y <link type> ] [ -Z <statistics string> ]\n");
+ fprintf(stderr, "\t[ -w <savefile> ] [ -y <link type> ] [ -z <statistics string> ]\n");
#else
fprintf(stderr, "\nt%s [ -vh ] [ -lnVx ]\n", PACKAGE);
fprintf(stderr, "\t[ -d %s ] ...\n", decode_as_arg_template);
fprintf(stderr, "\t[ -F <output file type> ] [ -N <resolving> ]\n");
fprintf(stderr, "\t[ -o <preference setting> ] ... [ -r <infile> ] [ -R <read filter> ]\n");
- fprintf(stderr, "\t[ -t <time stamp format> ] [ -w <savefile> ] [ -Z <statistics string> ]\n");
+ fprintf(stderr, "\t[ -t <time stamp format> ] [ -w <savefile> ] [ -z <statistics string> ]\n");
#endif
fprintf(stderr, "Valid file type arguments to the \"-F\" flag:\n");
for (i = 0; i < WTAP_NUM_FILE_TYPES; i++) {