Explain how option strings with quotation marks are given at cmd-line.

This is part of #457.
This commit is contained in:
Yamagi 2019-10-12 16:25:19 +02:00
parent 08a905b6b2
commit e3c3875bda

View file

@ -19,6 +19,10 @@ have been renamed. The prefixes are:
All cvars may be given at command line trough `+set cvar value` or typed
into the console. The console can be opended with *Left Shift + Esc*.
Keep in mind that some cvar need quotation marks around the arguments.
When giving such cvars at the command line the argument string must be
surrounded by ticks. For example `+set sv_maplist '"q2dm1 q2dm2"'`.
## Command line arguments