diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 15:16:49 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 15:16:49 +0200 |
commit | 385dd9917fd4ced23a704f0566779d58f5a6b727 (patch) | |
tree | b9ab78f5adec470d5c0813cf297c2633cfd8efb3 /doc/README.txt | |
parent | f501cfd799fb156a32df8791fa3b3ad590d3c0d8 (diff) | |
download | minetest-385dd9917fd4ced23a704f0566779d58f5a6b727.tar.gz minetest-385dd9917fd4ced23a704f0566779d58f5a6b727.tar.bz2 minetest-385dd9917fd4ced23a704f0566779d58f5a6b727.zip |
settings manager: better default setting handling and updating config file and command line parsing
Diffstat (limited to 'doc/README.txt')
-rw-r--r-- | doc/README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.txt b/doc/README.txt index 0cb31da38..3467564bd 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -32,7 +32,8 @@ Controls: Configuration file: - An optional configuration file can be used. See minetest.conf.example. -- Path to file can be passed as a parameter to the executable. +- Path to file can be passed as a parameter to the executable: + --config <path-to-file> - If not given as a parameter, these are checked, in order: ../minetest.conf ../../minetest.conf |