fix typo in help page

This commit is contained in:
wangyu-
2017-09-06 19:24:39 -05:00
parent 206dd1565c
commit 9a959c2dcf
2 changed files with 3 additions and 3 deletions

View File

@@ -2621,7 +2621,7 @@ void print_help()
// printf("\n");
printf(" --sock-buf <number> buf size for socket,>=10 and <=10240,unit:kbyte,default:1024\n");
printf(" --force-sock-buf bypass system limitation while setting sock-buf\n");
printf(" --seqmode <number> seq increase mode for faketcp:\n");
printf(" --seq-mode <number> seq increase mode for faketcp:\n");
printf(" 0:static header,do not increase seq and ack_seq\n");
printf(" 1:increase seq for every packet,simply ack last seq\n");
printf(" 2:increase seq randomly, about every 3 packets,simply ack last seq\n");