X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=doc%2Fminetest.6;h=a135e541cfbc4bc7fcd4dccefdeb8140685c3d88;hb=1528c9af60eb517bfdb444f1653e5e990d8d8523;hp=c690229df3e77a0761100596fea947129cdcd82f;hpb=6f9d3843112ea04dd159984af4470fa8456b18f0;p=minetest.git diff --git a/doc/minetest.6 b/doc/minetest.6 index c690229df..a135e541c 100644 --- a/doc/minetest.6 +++ b/doc/minetest.6 @@ -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,67 +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 -Address to connect to +.B \-\-help +Print allowed options and exit .TP -\-\-config +.B \-\-version +Print version information and exit +.TP +.B \-\-config Load configuration from specified file .TP -\-\-disable\-unittests -Disable unit tests +.B \-\-logfile +Set logfile path (debug.txt) .TP -\-\-enable\-unittests -Enable unit tests +.B \-\-info +Print more information to console .TP -\-\-gameid -Set gameid +.B \-\-verbose +Print even more information to console .TP -\-\-go -Disable main menu +.B \-\-trace +Print enormous amounts of information to console +.TP +.B \-\-gameid +Set gameid .TP -\-\-help -Show allowed options +.B \-\-worldname +Set world path by name .TP -\-\-logfile -Set logfile path (debug.txt) +.B \-\-world | list +Set world path or list worlds .TP -\-\-map\-dir +.B \-\-map\-dir Same as \-\-world (deprecated) .TP -\-\-name -Set player name +.B \-\-port +Set network port (UDP) to use .TP -\-\-password -Set password +.B \-\-run\-unittests +Run unit tests and exit + +.SH CLIENT OPTIONS .TP -\-\-port -Set network port (UDP) to use +.B \-\-address +Address to connect to .TP -\-\-random\-input -Enable random user input, for testing +.B \-\-go +Disable main menu .TP -\-\-server -Run dedicated server +.B \-\-name +Set player name .TP -\-\-speedtests -Run speed tests +.B \-\-password +Set password .TP -\-\-videomodes -List available video modes +.B \-\-random\-input +Enable random user input, for testing (client only) .TP -\-\-info -Print more information to console +.B \-\-videomodes +List available video modes (client only) .TP -\-\-verbose -Print even more information to console +.B \-\-speedtests +Run speed tests + +.SH SERVER OPTIONS .TP -\-\-trace -Print enormous amounts of information to console +.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 -\-\-world -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 . @@ -90,5 +112,3 @@ Juhani Numminen . .SH WWW http://www.minetest.net/ -.SH "SEE ALSO" -.BR minetestserver(6)