forked from mirror/openmw-tes3mp
Clarify documentation for --load-savegame
This commit is contained in:
parent
f8b4ff3004
commit
c1862cbfc2
2 changed files with 4 additions and 2 deletions
|
@ -69,6 +69,8 @@ Command line options
|
|||
--script-blacklist-use [=arg(=1)] (=1)
|
||||
enable script blacklisting
|
||||
--load-savegame arg load a save game file on game startup
|
||||
(specify an absolute or relative
|
||||
filename for this option)
|
||||
--skip-menu [=arg(=1)] (=0) skip main menu on game startup
|
||||
--new-game [=arg(=1)] (=0) run new game sequence (ignored if
|
||||
skip-menu=0)
|
||||
|
|
|
@ -153,7 +153,7 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
|
|||
->default_value(true), "enable script blacklisting")
|
||||
|
||||
("load-savegame", bpo::value<std::string>()->default_value(""),
|
||||
"load a save game file on game startup")
|
||||
"load a save game file on game startup (specify an absolute or relative filename for this option)")
|
||||
|
||||
("skip-menu", bpo::value<bool>()->implicit_value(true)
|
||||
->default_value(false), "skip main menu on game startup")
|
||||
|
|
Loading…
Reference in a new issue