Browse Source

uclent help fixed.

mom040267 11 years ago
parent
commit
76b5527c33
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.turnutils
  2. 1 1
      man/man1/turnutils.1
  3. 1 1
      src/apps/uclient/mainuclient.c

+ 1 - 1
README.turnutils

@@ -117,7 +117,7 @@ Flags:
 
 -Z	Dual allocation (SSODA draft support).
 
--J	Use oAuth.
+-J	Use oAuth with default test key kid='north'.
 
 Options with required values:  
 

+ 1 - 1
man/man1/turnutils.1

@@ -178,7 +178,7 @@ Dual allocation (SSODA draft support).
 .TP
 .B
 \fB\-J\fP
-Use oAuth.
+Use oAuth with default test key kid='north'.
 .TP
 .B
 Options with required values:

+ 1 - 1
src/apps/uclient/mainuclient.c

@@ -139,7 +139,7 @@ static char Usage[] =
   "	-G	Generate extra requests (create permissions, channel bind).\n"
   " -B  Random disconnect after a few initial packets.\n"
   " -Z  Dual allocation.\n"
-  " -J	Use oAuth.\n"
+  " -J	Use oAuth with default test key kid='north'.\n"
   "Options:\n"
   "	-l	Message length (Default: 100 Bytes).\n"
   "	-i	Certificate file (for secure connections only, optional).\n"