From 7e7ee8b868b0020d7a6bee410b1933d34843792c Mon Sep 17 00:00:00 2001 From: mom040267 Date: Fri, 30 May 2014 06:37:08 +0000 Subject: [PATCH] docs cleaning --- README.turnutils | 6 ++++-- man/man1/turnutils.1 | 4 ++++ src/apps/uclient/mainuclient.c | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.turnutils b/README.turnutils index 89b592a..1c2f599 100644 --- a/README.turnutils +++ b/README.turnutils @@ -113,7 +113,7 @@ Flags: -G Generate extra requests (create permissions, channel bind). --B Random disconnect after a few initial packets. +-B Random disconnect after a few initial packets. Options with required values: @@ -148,11 +148,13 @@ Options with required values: -W TURN REST API authentication secret. Is not compatible with -A flag. --C This is the timestamp/username separator symbol (character) in +-C This is the timestamp/username separator symbol (character) in TURN REST API. The default value is :. -F Cipher suite for TLS/DTLS. Default value is DEFAULT. +-o the ORIGIN STUN attribute value. + -a Bandwidth for the bandwidth request in ALLOCATE. The default value is zero. See the examples in the "examples/scripts" directory. diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 5e4f324..9601c90 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -246,6 +246,10 @@ TURN REST API. The default value is :. Cipher suite for TLS/DTLS. Default value is DEFAULT. .TP .B +\fB\-o\fP +the ORIGIN STUN attribute value. +.TP +.B \fB\-a\fP Bandwidth for the bandwidth request in ALLOCATE. The default value is zero. .PP diff --git a/src/apps/uclient/mainuclient.c b/src/apps/uclient/mainuclient.c index 9afa477..437c69c 100644 --- a/src/apps/uclient/mainuclient.c +++ b/src/apps/uclient/mainuclient.c @@ -147,8 +147,8 @@ static char Usage[] = " -W TURN REST API authentication secret. Is not compatible with -A option.\n" " -C TURN REST API timestamp/username separator symbol (character). The default value is ':'.\n" " -F Cipher suite for TLS/DTLS. Default value is DEFAULT.\n" - " -a Bandwidth for the bandwidth request in ALLOCATE. The default value is zero.\n" - " -o - the ORIGIN STUN attribute value.\n"; + " -o - the ORIGIN STUN attribute value.\n" + " -a Bandwidth for the bandwidth request in ALLOCATE. The default value is zero.\n"; //////////////////////////////////////////////////