X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=doc%2Fminetest.6;h=a135e541cfbc4bc7fcd4dccefdeb8140685c3d88;hb=0c9ca27ffce7d53ede74bd6ccbf590d1cbe94b7b;hp=ef425a6df57aac110146edeaaa0e3d69e58a645b;hpb=a5f6d65c3788da7811c5655110cc6deb95f20999;p=dragonfireclient.git diff --git a/doc/minetest.6 b/doc/minetest.6 index ef425a6df..a135e541c 100644 --- a/doc/minetest.6 +++ b/doc/minetest.6 @@ -1,12 +1,18 @@ -.\" Minetest man page -.TH minetest 6 "29 January 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,41 +20,84 @@ 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 -Address to connect to +.B \-\-help +Print allowed options and exit +.TP +.B \-\-version +Print version information and exit .TP -\-\-config +.B \-\-config Load configuration from specified file .TP -\-\-disable\-unittests -Disable unit tests +.B \-\-logfile +Set logfile path (debug.txt) +.TP +.B \-\-info +Print more information to console +.TP +.B \-\-verbose +Print even more information to console +.TP +.B \-\-trace +Print enormous amounts of information to console +.TP +.B \-\-gameid +Set gameid +.TP +.B \-\-worldname +Set world path by name +.TP +.B \-\-world | list +Set world path or list worlds .TP -\-\-enable\-unittests -Enable unit tests +.B \-\-map\-dir +Same as \-\-world (deprecated) .TP -\-\-help -Show allowed options +.B \-\-port +Set network port (UDP) to use .TP -\-\-info\-on\-stderr -Print debug information to console +.B \-\-run\-unittests +Run unit tests and exit + +.SH CLIENT OPTIONS +.TP +.B \-\-address +Address to connect to .TP -\-\-map\-dir -Map directory (where everything in the world is stored) +.B \-\-go +Disable main menu .TP -\-\-port -Set network port to connect to +.B \-\-name +Set player name .TP -\-\-random\-input -Enable random user input, for testing +.B \-\-password +Set password .TP -\-\-server -Run server directly +.B \-\-random\-input +Enable random user input, for testing (client only) .TP -\-\-speedtests +.B \-\-videomodes +List available video modes (client only) +.TP +.B \-\-speedtests Run speed tests +.SH SERVER OPTIONS +.TP +.B \-\-migrate +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 +.B MINETEST_SUBGAME_PATH +Colon delimited list of directories to search for subgames. + .SH BUGS Please report all bugs to Perttu Ahola . @@ -57,11 +106,9 @@ Please report all bugs to Perttu Ahola . Perttu Ahola and contributors. .PP -This man page was written by +This man page was originally written by Juhani Numminen . .SH WWW -http://c55.me/minetest/ +http://www.minetest.net/ -.SH "SEE ALSO" -.BR minetestserver(6) \ No newline at end of file