Fix a typo.

svn path=/trunk/; revision=15637
This commit is contained in:
Guy Harris 2005-08-31 18:49:14 +00:00
parent fd99f48371
commit a5bb1bc88c
1 changed files with 1 additions and 1 deletions

View File

@ -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);