forked from teamnwah/openmw-tes3coop
set the default value for --fallback the right way
This commit is contained in:
parent
a974d88cf1
commit
d3a6484bbc
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
|
||||||
("report-focus", bpo::value<bool>()->implicit_value(true)
|
("report-focus", bpo::value<bool>()->implicit_value(true)
|
||||||
->default_value(false), "write name of focussed object to cout")
|
->default_value(false), "write name of focussed object to cout")
|
||||||
|
|
||||||
("fallback", bpo::value<FallbackMap>()
|
("fallback", bpo::value<FallbackMap>()->default_value(FallbackMap(), "")
|
||||||
->multitoken()->composing(), "fallback values")
|
->multitoken()->composing(), "fallback values")
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue