diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/minetest.6 | 31 | ||||
-rw-r--r-- | doc/minetestserver.6 | 18 |
2 files changed, 35 insertions, 14 deletions
diff --git a/doc/minetest.6 b/doc/minetest.6 index ef425a6df..fe260da08 100644 --- a/doc/minetest.6 +++ b/doc/minetest.6 @@ -1,5 +1,5 @@ .\" Minetest man page -.TH minetest 6 "29 January 2012" "" "" +.TH minetest 6 "11 March 2012" "" "" .SH NAME minetest \- Multiplayer infinite-world block sandbox @@ -28,26 +28,41 @@ Disable unit tests \-\-enable\-unittests Enable unit tests .TP +\-\-go +Disable main menu +.TP \-\-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 +\-\-name <value> +Set player name +.TP +\-\-password <value> +Set password .TP \-\-port <value> -Set network port to connect to +Set network port (UDP) to use .TP \-\-random\-input Enable random user input, for testing .TP \-\-server -Run server directly +Run dedicated server .TP \-\-speedtests Run speed tests +.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>. @@ -57,11 +72,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 minetestserver(6)
\ No newline at end of file +.BR minetestserver(6) diff --git a/doc/minetestserver.6 b/doc/minetestserver.6 index 9540e2c42..0db7e3863 100644 --- a/doc/minetestserver.6 +++ b/doc/minetestserver.6 @@ -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)
\ No newline at end of file +.BR minetest(6) |