aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-04-05 14:28:33 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-04-05 14:28:33 +0000
commitcbcc0f287ae3a90f6b4e19ae3c1b89c0a178a041 (patch)
treeb7c19875139fb6aa3e6bb4b42e21947dc38b15d0 /text2pcap.c
parent8735a8d63197370e62bf88f1a4701221433c105e (diff)
Fix a typo in the help message.
Reported by Matthias Wellmeyer. svn path=/trunk/; revision=36471
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 9ae0f49cfa..558ca35cca 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -1097,7 +1097,7 @@ usage (void)
" -u <srcp>,<destp> prepend dummy UDP header with specified\n"
" dest and source ports (in DECIMAL).\n"
" Automatically prepends Ethernet & IP headers as well.\n"
- " Example: -u 1000 69 to make the packets look like\n"
+ " Example: -u 1000,69 to make the packets look like\n"
" TFTP/UDP packets.\n"
" -T <srcp>,<destp> prepend dummy TCP header with specified\n"
" dest and source ports (in DECIMAL).\n"