diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-03-22 14:10:24 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-22 14:10:37 +0200 |
commit | c13691a8e6febee561c839ded33b0f33c53b12d3 (patch) | |
tree | d25c0ad3b418bf3e309090b2560077646bd433ef /doc | |
parent | 2671b9af1b9b492e32cbe204bbeca5a3af35cf0c (diff) | |
download | minetest-c13691a8e6febee561c839ded33b0f33c53b12d3.tar.gz minetest-c13691a8e6febee561c839ded33b0f33c53b12d3.tar.bz2 minetest-c13691a8e6febee561c839ded33b0f33c53b12d3.zip |
Add output levels --info and --trace (--verbose is now more verbose)
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 |