From 8e7a8aed929df96649a118668685afeb1ad15bd6 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 25 Oct 2017 02:00:34 -0500 Subject: [PATCH] changed help page --- main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 4c2246d..fd243c8 100644 --- a/main.cpp +++ b/main.cpp @@ -1320,8 +1320,9 @@ void print_help() // printf(" --disable-xor disable xor\n"); printf("developer options:\n"); - printf(" --fifo use a fifo(named pipe) for sending commands to the running program,so that you can change\n"); - printf(" fec encoder parameters dynamically,check readme.md in repository for supported commands.\n"); + printf(" --fifo use a fifo(named pipe) for sending commands to the running program,so that you\n"); + printf(" can change fec encode parameters dynamically,check readme.md in repository for\n"); + printf(" supported commands.\n"); printf(" -j ,--jitter jmin:jmax similiar to -j above,but create jitter randomly between jmin and jmax\n"); printf(" -i,--interval imin:imax similiar to -i above,but scatter randomly between imin and imax\n"); printf(" -q,--queue-len max fec queue len,only for mode 0\n");