aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-04 17:36:53 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-04 17:36:53 +0000
commitba13383a61950e163c71e5870fe6109947869e0d (patch)
treec0d4366b442c58472ebd5a5f2175291ed01f8633 /text2pcap.c
parent74bd54f4a082493275633e93a42d196ad1c7ea79 (diff)
fix a typo in the help text.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11311 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 97c153803b..d20b7f5b83 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -6,7 +6,7 @@
*
* (c) Copyright 2001 Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: text2pcap.c,v 1.29 2004/01/06 02:58:20 guy Exp $
+ * $Id: text2pcap.c,v 1.30 2004/07/04 17:36:53 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -991,7 +991,7 @@ help (char *progname)
"\n"
"Usage: %s [-h] [-d] [-q] [-o h|o] [-l typenum] [-e l3pid] [-i proto] \n"
" [-m max-packet] [-u srcp,destp] [-T srcp,destp] [-s srcp,destp,tag]\n"
- " [-S srcp,destp,tag] [-t timefmt] <input-filename> <output-filename>\n"
+ " [-S srcp,destp,ppi] [-t timefmt] <input-filename> <output-filename>\n"
"\n"
"where <input-filename> specifies input filename (use - for standard input)\n"
" <output-filename> specifies output filename (use - for standard output)\n"