Skip to content

Commit 3c2fe32

Browse files
p-ouellettenerzhul
authored andcommittedFeb 3, 2019
Update manpage (#8169)
1 parent 5b965e0 commit 3c2fe32

File tree

1 file changed

+31
-14
lines changed

1 file changed

+31
-14
lines changed
 

Diff for: ‎doc/minetest.6

+31-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH minetest 6 "10 September 2013" "" ""
1+
.TH minetest 6 "2 February 2019" "" ""
22

33
.SH NAME
44
minetest, minetestserver \- Multiplayer infinite-world block sandbox
@@ -15,10 +15,12 @@ minetest, minetestserver \- Multiplayer infinite-world block sandbox
1515
[\fBWORLD PATH\fR]
1616

1717
.SH DESCRIPTION
18-
.B Minetest
19-
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.
18+
.B Minetest is one of the first InfiniMiner/Minecraft(/whatever) inspired games
19+
(started October 2010), with a goal of taking the survival multiplayer gameplay
20+
in a slightly different direction.
2021
.PP
21-
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.
22+
The main design philosophy is to keep it technically simple, stable and
23+
portable. It will be kept lightweight enough to run on fairly old hardware.
2224

2325
.SH COMMON OPTIONS
2426
.TP
@@ -32,7 +34,7 @@ Print version information and exit
3234
Load configuration from specified file
3335
.TP
3436
.B \-\-logfile <value>
35-
Set logfile path (debug.txt)
37+
Set logfile path ('' for no logging)
3638
.TP
3739
.B \-\-info
3840
Print more information to console
@@ -43,14 +45,23 @@ Print even more information to console
4345
.B \-\-trace
4446
Print enormous amounts of information to console
4547
.TP
46-
.B \-\-gameid <value>
47-
Set gameid
48+
.B \-\-quiet
49+
Print only errors to console
50+
.TP
51+
.B \-\-color <value>
52+
Colorize the logs ('always', 'never' or 'auto'), defaults to 'auto'
53+
.TP
54+
.B \-\-gameid <value> | list
55+
Set gameid or list available ones
4856
.TP
4957
.B \-\-worldname <value>
5058
Set world path by name
5159
.TP
52-
.B \-\-world <value> | list
53-
Set world path or list worlds
60+
.B \-\-world <value>
61+
Set world path
62+
.TP
63+
.B \-\-worldlist path | name | both
64+
Get list of worlds ('path' lists paths, 'name' lists names, 'both' lists both)
5465
.TP
5566
.B \-\-map\-dir <value>
5667
Same as \-\-world (deprecated)
@@ -91,7 +102,15 @@ Run speed tests
91102
.TP
92103
.B \-\-migrate <value>
93104
Migrate from current map backend to another. Possible values are sqlite3,
94-
leveldb, redis, and dummy.
105+
leveldb, redis, postgresql, and dummy.
106+
.TP
107+
.B \-\-migrate-auth <value>
108+
Migrate from current auth backend to another. Possible values are sqlite3 and
109+
files.
110+
.TP
111+
.B \-\-migrate-players <value>
112+
Migrate from current players backend to another. Possible values are sqlite3,
113+
postgresql, dummy, and files.
95114
.TP
96115
.B \-\-terminal
97116
Display an interactive terminal over ncurses during execution.
@@ -102,16 +121,14 @@ Display an interactive terminal over ncurses during execution.
102121
Colon delimited list of directories to search for games.
103122

104123
.SH BUGS
105-
Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
124+
Please report all bugs at https://github.com/minetest/minetest/issues.
106125

107126
.SH AUTHOR
108127
.PP
109-
Perttu Ahola <celeron55@gmail.com>
110-
and contributors.
128+
Perttu Ahola <celeron55@gmail.com> and contributors.
111129
.PP
112130
This man page was originally written by
113131
Juhani Numminen <juhaninumminen0@gmail.com>.
114132

115133
.SH WWW
116134
http://www.minetest.net/
117-

0 commit comments

Comments
 (0)
Please sign in to comment.