From ed527c53b9697dd4ee6fb400a64a44339eeadbb5 Mon Sep 17 00:00:00 2001 From: mom040267 Date: Mon, 21 Apr 2014 05:27:06 +0000 Subject: [PATCH] minor text fix --- src/apps/uclient/mainuclient.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/uclient/mainuclient.c b/src/apps/uclient/mainuclient.c index a050e59..01a3785 100644 --- a/src/apps/uclient/mainuclient.c +++ b/src/apps/uclient/mainuclient.c @@ -121,7 +121,7 @@ static char Usage[] = " Without this option, by default, SHA1 is used.\n" " -M ICE Mobility engaged.\n" " -I Do not set permissions on TURN relay endpoints\n" - " (for testing the non-standard server relay functionality).\n" + " (for testing the non-standard server relay functionality).\n" " -G Generate extra requests (create permissions, channel bind).\n" "Options:\n" " -l Message length (Default: 100 Bytes).\n" @@ -142,6 +142,7 @@ static char Usage[] = " -w STUN/TURN user password.\n" " -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" " -o - the ORIGIN STUN attribute value.\n"; //////////////////////////////////////////////////