aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-31 18:49:14 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-31 18:49:14 +0000
commita5bb1bc88cf894a4b43e06c0a847c87cc3ba40d5 (patch)
tree12d8b10ba91577476c81aaf5cd335ea032c40d77 /tethereal.c
parentfd99f4837119e2b9446596cf602f5378e1ab7b11 (diff)
Fix a typo.
svn path=/trunk/; revision=15637
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tethereal.c b/tethereal.c
index 8ca77a2d33..2ee0b59a0b 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -236,7 +236,7 @@ print_usage(gboolean print_ver)
fprintf(output, "\t[ -N <name resolving flags> ] [ -o <preference setting> ] ... [ -r <infile> ]\n");
fprintf(output, "\t[ -R <read (display) filter> ] [ -s <capture snaplen> ] [ -t <time stamp format> ]\n");
fprintf(output, "\t[ -T pdml|ps|psml|text ] [ -w <savefile> ] [ -y <capture link type> ]\n");
- fprintf(output, "\t[ -z <statistics ]\n");
+ fprintf(output, "\t[ -z <statistics> ]\n");
#else
fprintf(output, "\nt%s [ -vh ] [ -lnVx ]\n", PACKAGE);
fprintf(output, "\t[ -d %s ] ...\n", decode_as_arg_template);