Skip to content

Commit

Permalink
fix help page --keep-reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Nov 21, 2017
1 parent d7ba395 commit 5668ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void print_help()
printf(" --timeout <number> how long could a packet be held in queue before doing fec, unit: ms, default: 8ms\n");
printf(" --mode <number> fec-mode,available values: 0, 1; 0 cost less bandwidth, 1 cost less latency;default: 0)\n");
printf(" --report <number> turn on send/recv report, and set a period for reporting, unit: s\n");
printf(" --re-connect re-connect after lost connection,only for client. \n");
printf(" --keep-reconnect re-connect after lost connection,only for client. \n");


printf("advanced options:\n");
Expand Down

0 comments on commit 5668ba0

Please sign in to comment.