Fix a typo in the help message.
authorMichael Tüxen <tuexen@fh-muenster.de>
Tue, 5 Apr 2011 14:28:33 +0000 (14:28 -0000)
committerMichael Tüxen <tuexen@fh-muenster.de>
Tue, 5 Apr 2011 14:28:33 +0000 (14:28 -0000)
Reported by Matthias Wellmeyer.

svn path=/trunk/; revision=36471

text2pcap.c

index 9ae0f49cfa881436dcbb75833f9dfe49f4cf7082..558ca35ccac9b3f7facfa2be9251f9f2371a03b2 100644 (file)
@@ -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"