mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-29 23:38:27 +00:00
Don't compose content
This commit is contained in:
parent
e073969fe1
commit
43adfb8b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
|
|||
"set initial cell")
|
||||
|
||||
("content", bpo::value<Files::EscapeStringVector>()->default_value(Files::EscapeStringVector(), "")
|
||||
->multitoken()->composing(), "content file(s): esm/esp, or omwgame/omwaddon")
|
||||
->multitoken(), "content file(s): esm/esp, or omwgame/omwaddon")
|
||||
|
||||
("groundcover", bpo::value<Files::EscapeStringVector>()->default_value(Files::EscapeStringVector(), "")
|
||||
->multitoken()->composing(), "groundcover content file(s): esm/esp, or omwgame/omwaddon")
|
||||
|
|
|
|||
Loading…
Reference in a new issue