1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-31 18:31:04 +00:00

Improve command-line parameters

This commit is contained in:
Perttu Ahola 2012-03-11 12:06:59 +02:00
parent d330430336
commit 8b6cce18cb
4 changed files with 141 additions and 108 deletions

View file

@ -1,5 +1,5 @@
.\" Minetestserver man page
.TH minetestserver 6 "29 January 2012" "" ""
.TH minetestserver 6 "11 March 2012" "" ""
.SH NAME
minetestserver \- Minetest server
@ -28,14 +28,20 @@ Enable unit tests
\-\-help
Show allowed options
.TP
\-\-info\-on\-stderr
Print debug information to console
\-\-logfile <value>
Set logfile path (debug.txt)
.TP
\-\-map\-dir <value>
Map directory (where everything in the world is stored)
Same as --world (deprecated)
.TP
\-\-port <value>
Set network port (UDP) to use
.TP
\-\-verbose
Print more information to console
.TP
\-\-world <value>
Set world path
.SH BUGS
Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
@ -45,11 +51,11 @@ Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
Perttu Ahola <celeron55@gmail.com>
and contributors.
.PP
This man page was written by
This man page was originally written by
Juhani Numminen <juhaninumminen0@gmail.com>.
.SH WWW
http://c55.me/minetest/
.SH "SEE ALSO"
.BR minetest(6)
.BR minetest(6)