mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Update manpage (#8169)
This commit is contained in:
parent
5b965e08bd
commit
3c2fe3229e
@ -1,4 +1,4 @@
|
|||||||
.TH minetest 6 "10 September 2013" "" ""
|
.TH minetest 6 "2 February 2019" "" ""
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
minetest, minetestserver \- Multiplayer infinite-world block sandbox
|
minetest, minetestserver \- Multiplayer infinite-world block sandbox
|
||||||
@ -15,10 +15,12 @@ minetest, minetestserver \- Multiplayer infinite-world block sandbox
|
|||||||
[\fBWORLD PATH\fR]
|
[\fBWORLD PATH\fR]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B Minetest
|
.B Minetest is one of the first InfiniMiner/Minecraft(/whatever) inspired games
|
||||||
is one of the first InfiniMiner/Minecraft(/whatever) inspired games (started October 2010), with a goal of taking the survival multiplayer gameplay to a slightly different direction.
|
(started October 2010), with a goal of taking the survival multiplayer gameplay
|
||||||
|
in a slightly different direction.
|
||||||
.PP
|
.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.
|
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 COMMON OPTIONS
|
.SH COMMON OPTIONS
|
||||||
.TP
|
.TP
|
||||||
@ -32,7 +34,7 @@ Print version information and exit
|
|||||||
Load configuration from specified file
|
Load configuration from specified file
|
||||||
.TP
|
.TP
|
||||||
.B \-\-logfile <value>
|
.B \-\-logfile <value>
|
||||||
Set logfile path (debug.txt)
|
Set logfile path ('' for no logging)
|
||||||
.TP
|
.TP
|
||||||
.B \-\-info
|
.B \-\-info
|
||||||
Print more information to console
|
Print more information to console
|
||||||
@ -43,14 +45,23 @@ Print even more information to console
|
|||||||
.B \-\-trace
|
.B \-\-trace
|
||||||
Print enormous amounts of information to console
|
Print enormous amounts of information to console
|
||||||
.TP
|
.TP
|
||||||
.B \-\-gameid <value>
|
.B \-\-quiet
|
||||||
Set gameid
|
Print only errors to console
|
||||||
|
.TP
|
||||||
|
.B \-\-color <value>
|
||||||
|
Colorize the logs ('always', 'never' or 'auto'), defaults to 'auto'
|
||||||
|
.TP
|
||||||
|
.B \-\-gameid <value> | list
|
||||||
|
Set gameid or list available ones
|
||||||
.TP
|
.TP
|
||||||
.B \-\-worldname <value>
|
.B \-\-worldname <value>
|
||||||
Set world path by name
|
Set world path by name
|
||||||
.TP
|
.TP
|
||||||
.B \-\-world <value> | list
|
.B \-\-world <value>
|
||||||
Set world path or list worlds
|
Set world path
|
||||||
|
.TP
|
||||||
|
.B \-\-worldlist path | name | both
|
||||||
|
Get list of worlds ('path' lists paths, 'name' lists names, 'both' lists both)
|
||||||
.TP
|
.TP
|
||||||
.B \-\-map\-dir <value>
|
.B \-\-map\-dir <value>
|
||||||
Same as \-\-world (deprecated)
|
Same as \-\-world (deprecated)
|
||||||
@ -91,7 +102,15 @@ Run speed tests
|
|||||||
.TP
|
.TP
|
||||||
.B \-\-migrate <value>
|
.B \-\-migrate <value>
|
||||||
Migrate from current map backend to another. Possible values are sqlite3,
|
Migrate from current map backend to another. Possible values are sqlite3,
|
||||||
leveldb, redis, and dummy.
|
leveldb, redis, postgresql, and dummy.
|
||||||
|
.TP
|
||||||
|
.B \-\-migrate-auth <value>
|
||||||
|
Migrate from current auth backend to another. Possible values are sqlite3 and
|
||||||
|
files.
|
||||||
|
.TP
|
||||||
|
.B \-\-migrate-players <value>
|
||||||
|
Migrate from current players backend to another. Possible values are sqlite3,
|
||||||
|
postgresql, dummy, and files.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-terminal
|
.B \-\-terminal
|
||||||
Display an interactive terminal over ncurses during execution.
|
Display an interactive terminal over ncurses during execution.
|
||||||
@ -102,16 +121,14 @@ Display an interactive terminal over ncurses during execution.
|
|||||||
Colon delimited list of directories to search for games.
|
Colon delimited list of directories to search for games.
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
|
Please report all bugs at https://github.com/minetest/minetest/issues.
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.PP
|
.PP
|
||||||
Perttu Ahola <celeron55@gmail.com>
|
Perttu Ahola <celeron55@gmail.com> and contributors.
|
||||||
and contributors.
|
|
||||||
.PP
|
.PP
|
||||||
This man page was originally written by
|
This man page was originally written by
|
||||||
Juhani Numminen <juhaninumminen0@gmail.com>.
|
Juhani Numminen <juhaninumminen0@gmail.com>.
|
||||||
|
|
||||||
.SH WWW
|
.SH WWW
|
||||||
http://www.minetest.net/
|
http://www.minetest.net/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user