Skip to content

Commit 28e182c

Browse files
committed
changed -h page
1 parent 65cacab commit 28e182c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ void print_help()
142142
// printf("\n");
143143
printf(" --sock-buf <number> buf size for socket,>=10 and <=10240,unit:kbyte,default:1024\n");
144144
printf(" --force-sock-buf bypass system limitation while setting sock-buf\n");
145-
printf(" --mtu-warn <number> mtu warning threshold, unit:byte, default:1375\n");
146145
printf(" --seq-mode <number> seq increase mode for faketcp:\n");
147146
printf(" 0:static header,do not increase seq and ack_seq\n");
148147
printf(" 1:increase seq for every packet,simply ack last seq\n");
@@ -157,6 +156,7 @@ void print_help()
157156
printf(" --gen-add generate iptables rule and add it permanently,then exit.overrides -g\n");
158157
printf(" --keep-rule monitor iptables and auto re-add if necessary.implys -a\n");
159158
printf(" --hb-len <number> length of heart-beat packet, >=0 and <=1500\n");
159+
printf(" --mtu-warn <number> mtu warning threshold, unit:byte, default:1375\n");
160160
printf(" --clear clear any iptables rules added by this program.overrides everything\n");
161161
printf(" -h,--help print this help message\n");
162162

0 commit comments

Comments
 (0)