From ef362568558c4a4fe31620ec12b94548497cb2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Sun, 4 Jul 2004 17:36:53 +0000 Subject: [PATCH] fix a typo in the help text. svn path=/trunk/; revision=11311 --- text2pcap.c | 4 ++-- 1 file 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 * - * $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 @@ -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] \n" + " [-S srcp,destp,ppi] [-t timefmt] \n" "\n" "where specifies input filename (use - for standard input)\n" " specifies output filename (use - for standard output)\n"