Fix a typo in the help message.

Reported by Matthias Wellmeyer.

svn path=/trunk/; revision=36471
This commit is contained in:
Michael Tüxen 2011-04-05 14:28:33 +00:00
parent 8735a8d631
commit cbcc0f287a
1 changed files with 1 additions and 1 deletions

View 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"