Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatenom <natenom@natenom.name>2014-01-17 11:27:50 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2014-10-24 01:30:25 +0400
commit9cc1c0a7aa20ea9e09fb64dd1ceb87af28bb13ec (patch)
tree379db4d090c52ffe1dff53e9f6c9790c3f5aecb7 /man/murmurd.1
parent44a08461654feecb49815d5243503246e1182031 (diff)
Add -limits to help text and improve man page
Diffstat (limited to 'man/murmurd.1')
-rw-r--r--man/murmurd.125
1 files changed, 20 insertions, 5 deletions
diff --git a/man/murmurd.1 b/man/murmurd.1
index ed2539cf7..e1b26be14 100644
--- a/man/murmurd.1
+++ b/man/murmurd.1
@@ -1,4 +1,4 @@
-.TH murmurd 1 "2008 Januar 07"
+.TH murmurd 1 "2014 February 20"
.SH NAME
murmurd \- VoIP server.
.SH SYNOPSIS
@@ -9,19 +9,19 @@ Murmur is the server component of Mumble, a low\-latency, high quality VoIP
application.
.SH OPTIONS
.TP
-.B \-h, \-\-help
+.B \-h, \-help, \-\-help
Show a summary of the options.
.TP
.BI \-ini \ "inifile"
Specify which inifile to use. Without this option, murmur will search for
a murmur.ini file and will fall back to builtin defaults if one isn't found.
.TP
-.BI \-fg
+.B \-fg
Run in the foreground (do not fork).
.br
This is very useful for debugging.
.TP
-.BI \-v
+.B \-v
Verbose mode, slightly more information is logged.
.TP
.BI \-supw \ "password" \ [ "serverid" ]
@@ -30,10 +30,25 @@ a special account (similar to
.RI root
) which bypasses all access controls. This command may be used while the
server is running.
+.TP
+.BI \-readsupw \ [srv]
+Reads password for server srv from standard input.
+.TP
+.B \-limits
+Tests and shows how many file descriptors and threads can be created. The purpose of this option is to test how many clients Murmur can handle. Murmur will exit after this test.
+.TP
+.B \-wipessl
+Remove SSL certificates from database.
+.TP
+.B \-wipelogs
+Remove all log entries from database.
+.TP
+.B \-version, \-\-version
+Show version information.
.SH SEE ALSO
.BR mumble (1),
.BR murmur\-wrapper (1).
.br
.SH AUTHOR
-mumble and murmurd was written by Thorvald Natvig
+mumble and murmurd were written by Thorvald Natvig
<slicer@users.sourceforge.net>.