Add missing --noaddons and -u flags to manpage
This commit is contained in:
parent
bc8c973a53
commit
13d52154fc
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,9 @@ as explained below. Only these additional options can follow
|
|||
runs the game without any delays for graphic benchmarking. This is automatically enabled by
|
||||
.BR --nogui .
|
||||
.TP
|
||||
.B --noaddons
|
||||
disables loading of user addons.
|
||||
.TP
|
||||
.B --nocache
|
||||
disables caching of game data.
|
||||
.TP
|
||||
|
@ -196,6 +199,9 @@ validation errors are treated as fatal errors.
|
|||
.B -t, --test
|
||||
runs the game in a small test scenario.
|
||||
.TP
|
||||
.B -u <scenario id>
|
||||
runs the specified test scenario as a unit test.
|
||||
.TP
|
||||
.BI --userconfig-dir \ name
|
||||
sets the user configuration directory to
|
||||
.I name
|
||||
|
|
Loading…
Add table
Reference in a new issue