]> git.lizzy.rs Git - minetest.git/blobdiff - doc/minetest.6
Fix write and read S32 vectors
[minetest.git] / doc / minetest.6
index ef425a6df57aac110146edeaaa0e3d69e58a645b..d94c12cb6d6676a5a0f84061011fd2438cd7b038 100644 (file)
@@ -1,5 +1,5 @@
 .\" Minetest man page
-.TH minetest 6 "29 January 2012" "" ""
+.TH minetest 6 "10 September 2013" "" ""
 
 .SH NAME
 minetest \- Multiplayer infinite-world block sandbox
@@ -28,26 +28,60 @@ Disable unit tests
 \-\-enable\-unittests
 Enable unit tests
 .TP
+\-\-gameid <value>
+Set gameid
+.TP
+\-\-go
+Disable main menu
+.TP
 \-\-help
 Show allowed options
 .TP
-\-\-info\-on\-stderr
-Print debug information to console
+\-\-version
+Show version information
+.TP
+\-\-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
+\-\-videomodes
+List available video modes
+.TP
+\-\-info
+Print more information to console
+.TP
+\-\-verbose
+Print even more information to console
+.TP
+\-\-trace
+Print enormous amounts of information to console
+.TP
+\-\-world <value>
+Set world path
+.TP
+\-\-migrate <value>
+Migrate from current map backend to another. Possible values are sqlite3
+and leveldb. Only works when using --server.
 
 .SH BUGS
 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
@@ -57,11 +91,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/
+http://www.minetest.net/
 
 .SH "SEE ALSO"
-.BR minetestserver(6)
\ No newline at end of file
+.BR minetestserver(6)