From 516e534ef258fb52bfd001f6929948f9dbf7ea52 Mon Sep 17 00:00:00 2001 From: Oleg Moskalenko Date: Sun, 13 Nov 2016 23:45:23 -0800 Subject: [PATCH] docs updated --- README.turnserver | 2 ++ man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 6 +++++- man/man1/turnutils.1 | 2 +- src/apps/relay/mainrelay.c | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.turnserver b/README.turnserver index 07f7213..ba0c72b 100644 --- a/README.turnserver +++ b/README.turnserver @@ -153,6 +153,8 @@ Flags: -o, --daemon Run server as daemon. +--prod Production mode: hide the software version. + -f, --fingerprint Use fingerprints in the TURN messages. If an incoming request contains a fingerprint, then TURN server will always add fingerprints to the messages in this session, regardless of the diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index ec466c3..cd2c585 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "17 October 2016" "" "" +.TH TURN 1 "13 November 2016" "" "" .SH GENERAL INFORMATION \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 499f5a4..8852fb5 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "17 October 2016" "" "" +.TH TURN 1 "13 November 2016" "" "" .SH GENERAL INFORMATION The \fBTURN Server\fP project contains the source code of a TURN server and TURN client @@ -228,6 +228,10 @@ Extra verbose mode, very annoying and not recommended. Run server as daemon. .TP .B +\fB\-\-prod\fP +Production mode: hide the software version. +.TP +.B \fB\-f\fP, \fB\-\-fingerprint\fP Use fingerprints in the TURN messages. If an incoming request contains a fingerprint, then TURN server will always add diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 4cfb014..8182b99 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "17 October 2016" "" "" +.TH TURN 1 "13 November 2016" "" "" .SH GENERAL INFORMATION A set of turnutils_* programs provides some utility functionality to be used diff --git a/src/apps/relay/mainrelay.c b/src/apps/relay/mainrelay.c index d1ed837..948861d 100644 --- a/src/apps/relay/mainrelay.c +++ b/src/apps/relay/mainrelay.c @@ -435,7 +435,7 @@ static char Usage[] = "Usage: turnserver [options]\n" " -v, --verbose 'Moderate' verbose mode.\n" " -V, --Verbose Extra verbose mode, very annoying (for debug purposes only).\n" " -o, --daemon Start process as daemon (detach from current shell).\n" -" --prod Hide version.\n" +" --prod Production mode: hide the software version.\n" " -f, --fingerprint Use fingerprints in the TURN messages.\n" " -a, --lt-cred-mech Use the long-term credential mechanism.\n" " -z, --no-auth Do not use any credential mechanism, allow anonymous access.\n"