summaryrefslogtreecommitdiff
path: root/doc/minetest.6
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-11 12:06:59 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-11 12:06:59 +0200
commit8b6cce18cb90014e4e8e4c491b0c06def4982c13 (patch)
tree132829ad1e49e2e5c83879a487fa77f45ae304cd /doc/minetest.6
parentd330430336404960784ef513ffedde2dd57d7538 (diff)
downloadminetest-8b6cce18cb90014e4e8e4c491b0c06def4982c13.tar.gz
minetest-8b6cce18cb90014e4e8e4c491b0c06def4982c13.tar.bz2
minetest-8b6cce18cb90014e4e8e4c491b0c06def4982c13.zip
Improve command-line parameters
Diffstat (limited to 'doc/minetest.6')
-rw-r--r--doc/minetest.631
1 files changed, 23 insertions, 8 deletions
diff --git a/doc/minetest.6 b/doc/minetest.6
index ef425a6df..fe260da08 100644
--- a/doc/minetest.6
+++ b/doc/minetest.6
@@ -1,5 +1,5 @@
.\" Minetest man page
-.TH minetest 6 "29 January 2012" "" ""
+.TH minetest 6 "11 March 2012" "" ""
.SH NAME
minetest \- Multiplayer infinite-world block sandbox
@@ -28,26 +28,41 @@ Disable unit tests
\-\-enable\-unittests
Enable unit tests
.TP
+\-\-go
+Disable main menu
+.TP
\-\-help
Show allowed options
.TP
-\-\-info\-on\-stderr
-Print debug information to console
+\-\-logfile <value>
+Set logfile path (debug.txt)
.TP
\-\-map\-dir <value>
-Map directory (where everything in the world is stored)
+Same as --world (deprecated)
+.TP
+\-\-name <value>
+Set player name
+.TP
+\-\-password <value>
+Set password
.TP
\-\-port <value>
-Set network port to connect to
+Set network port (UDP) to use
.TP
\-\-random\-input
Enable random user input, for testing
.TP
\-\-server
-Run server directly
+Run dedicated server
.TP
\-\-speedtests
Run speed tests
+.TP
+\-\-verbose
+Print more information to console
+.TP
+\-\-world <value>
+Set world path
.SH BUGS
Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
@@ -57,11 +72,11 @@ Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
Perttu Ahola <celeron55@gmail.com>
and contributors.
.PP
-This man page was written by
+This man page was originally written by
Juhani Numminen <juhaninumminen0@gmail.com>.
.SH WWW
http://c55.me/minetest/
.SH "SEE ALSO"
-.BR minetestserver(6) \ No newline at end of file
+.BR minetestserver(6)