diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/minetest.6 | 8 | ||||
-rw-r--r-- | doc/minetestserver.6 | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/doc/minetest.6 b/doc/minetest.6 index 2a39b870d..0d6433f29 100644 --- a/doc/minetest.6 +++ b/doc/minetest.6 @@ -61,9 +61,15 @@ Run dedicated server \-\-speedtests Run speed tests .TP -\-\-verbose +\-\-info Print more information to console .TP +\-\-verbose +Print even more information to console +.TP +\-\-trace +Print enormous amounts of information to console +.TP \-\-world <value> Set world path diff --git a/doc/minetestserver.6 b/doc/minetestserver.6 index dffe0fc8e..81203954d 100644 --- a/doc/minetestserver.6 +++ b/doc/minetestserver.6 @@ -40,9 +40,15 @@ Same as --world (deprecated) \-\-port <value> Set network port (UDP) to use .TP -\-\-verbose +\-\-info Print more information to console .TP +\-\-verbose +Print even more information to console +.TP +\-\-trace +Print enormous amounts of information to console +.TP \-\-world <value> Set world path |