update "-c" command line's help section
This commit is contained in:
parent
0204508df7
commit
69bf8627ef
2 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,8 @@ sets BitsPerPixel value. Example:
|
|||
goes directly to the campaign based on the parameters.
|
||||
The difficulty is a number between 1 and current campaign's difficulties number. The default difficulty is 1.
|
||||
The scenario must be one of the campaign's child scenarios. The default scenario is campaign's first scenario.
|
||||
.B Note: When using this switch please ensure that you specify the data directory path as the final argument
|
||||
aswell, otherwise the game will take the campaign/scenario id as the data dir.
|
||||
.TP
|
||||
.BI --config-dir \ name
|
||||
sets the user configuration directory to
|
||||
|
|
|
@ -1760,6 +1760,10 @@ static int process_command_args(int argc, char** argv) {
|
|||
<< " menu will appear if none specified\n"
|
||||
<< " - id_s: the id of the scenario from the\n"
|
||||
<< " specified campaign\n"
|
||||
<< " Note: When using this switch please ensure that\n"
|
||||
<< " you specify the data directory path as the\n"
|
||||
<< " final argument aswell, otherwise the game\n"
|
||||
<< " will take the campaign/scenario id as the data dir.\n"
|
||||
<< " --config-dir <name> sets the path of the user config directory to\n"
|
||||
<< " $HOME/<name> or My Documents\\My Games\\<name> for windows.\n"
|
||||
<< " You can specify also an absolute path outside the\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue