Paramtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
[oweals/minetest.git] / doc / minetest.6
index fe260da08a11b981fb3e0e581cd2baca2413d58d..a135e541cfbc4bc7fcd4dccefdeb8140685c3d88 100644 (file)
@@ -1,12 +1,18 @@
-.\" Minetest man page
-.TH minetest 6 "11 March 2012" "" ""
+.TH minetest 6 "10 September 2013" "" ""
 
 .SH NAME
-minetest \- Multiplayer infinite-world block sandbox
+minetest, minetestserver \- Multiplayer infinite-world block sandbox
 
 .SH SYNOPSIS
 .B minetest
-[ OPTION ... ]
+[\fB--server SERVER OPTIONS\fR | \fBCLIENT OPTIONS\fR]
+[\fBCOMMON OPTIONS\fR]
+[\fBWORLD PATH\fR]
+
+.B minetestserver
+[\fBSERVER OPTIONS\fR]
+[\fBCOMMON OPTIONS\fR]
+[\fBWORLD PATH\fR]
 
 .SH DESCRIPTION
 .B Minetest
@@ -14,55 +20,83 @@ is one of the first InfiniMiner/Minecraft(/whatever) inspired games (started Oct
 .PP
 The main design philosophy is to keep it technically simple, stable and portable. It will be kept lightweight enough to run on fairly old hardware.
 
-.SH OPTIONS
+.SH COMMON OPTIONS
 .TP
-\-\-address <value>
-Address to connect to
+.B \-\-help
+Print allowed options and exit
+.TP
+.B \-\-version
+Print version information and exit
 .TP
-\-\-config <value>
+.B \-\-config <value>
 Load configuration from specified file
 .TP
-\-\-disable\-unittests
-Disable unit tests
+.B \-\-logfile <value>
+Set logfile path (debug.txt)
 .TP
-\-\-enable\-unittests
-Enable unit tests
+.B \-\-info
+Print more information to console
 .TP
-\-\-go
-Disable main menu
+.B \-\-verbose
+Print even more information to console
 .TP
-\-\-help
-Show allowed options
+.B \-\-trace
+Print enormous amounts of information to console
 .TP
-\-\-logfile <value>
-Set logfile path (debug.txt)
+.B \-\-gameid <value>
+Set gameid
 .TP
-\-\-map\-dir <value>
-Same as --world (deprecated)
+.B \-\-worldname <value>
+Set world path by name
 .TP
-\-\-name <value>
-Set player name
+.B \-\-world <value> | list
+Set world path or list worlds
 .TP
-\-\-password <value>
-Set password
+.B \-\-map\-dir <value>
+Same as \-\-world (deprecated)
 .TP
-\-\-port <value>
+.B \-\-port <value>
 Set network port (UDP) to use
 .TP
-\-\-random\-input
-Enable random user input, for testing
+.B \-\-run\-unittests
+Run unit tests and exit
+
+.SH CLIENT OPTIONS
 .TP
-\-\-server
-Run dedicated server
+.B \-\-address <value>
+Address to connect to
 .TP
-\-\-speedtests
+.B \-\-go
+Disable main menu
+.TP
+.B \-\-name <value>
+Set player name
+.TP
+.B \-\-password <value>
+Set password
+.TP
+.B \-\-random\-input
+Enable random user input, for testing (client only)
+.TP
+.B \-\-videomodes
+List available video modes (client only)
+.TP
+.B \-\-speedtests
 Run speed tests
+
+.SH SERVER OPTIONS
 .TP
-\-\-verbose
-Print more information to console
+.B \-\-migrate <value>
+Migrate from current map backend to another. Possible values are sqlite3,
+leveldb, redis, and dummy.
+.TP
+.B \-\-terminal
+Display an interactive terminal over ncurses during execution.
+
+.SH ENVIRONMENT
 .TP
-\-\-world <value>
-Set world path
+.B MINETEST_SUBGAME_PATH
+Colon delimited list of directories to search for subgames.
 
 .SH BUGS
 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
@@ -76,7 +110,5 @@ 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)