aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-24 04:53:54 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-24 04:53:54 +0000
commit6253a38e978b0d3b909dbd9a70fc97acc7247084 (patch)
treeddb909c87d0be90130f3b7dc9027f2aa0c62b1bf /tethereal.c
parent0c7e180da681b05f789964002bfdd122adb8b9f2 (diff)
Keep the sample command line in the usage message within 80 characters.
svn path=/trunk/; revision=1534
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/tethereal.c b/tethereal.c
index e524c9acec..54edce854f 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.13 2000/01/24 04:44:36 guy Exp $
+ * $Id: tethereal.c,v 1.14 2000/01/24 04:53:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -144,9 +144,10 @@ print_usage(void)
fprintf(stderr, "This is GNU t%s %s, compiled with %s\n", PACKAGE,
VERSION, comp_info_str);
- fprintf(stderr, "t%s [ -vVh ] [ -c count ] [ -D ] [ -f <filter expression> ] [ -F <capture type> ]\n", PACKAGE);
- fprintf(stderr, "\t[ -i iface ] [ -n ] [ -r infile ] [ -R <filter expression> ]\n");
- fprintf(stderr, "\t[ -s snaplen ] [ -t <time stamp format> ] [ -w savefile ] [ -x ]\n");
+ fprintf(stderr, "t%s [ -vVh ] [ -c count ] [ -D ] [ -f <filter expression> ]\n", PACKAGE);
+ fprintf(stderr, "\t[ -F <capture type> ] [ -i iface ] [ -n ] [ -r infile ]\n");
+ fprintf(stderr, "\t[ -R <filter expression> ] [ -s snaplen ] [ -t <time stamp format> ]\n");
+ fprintf(stderr, "\t[ -w savefile ] [ -x ]\n");
fprintf(stderr, "Valid file type arguments to the \"-F\" flag:\n");
for (i = 0; i < WTAP_NUM_FILE_TYPES; i++) {
if (wtap_dump_can_open(i))