Setup/Fixup
* fixed help text referencing renamed parameter
This commit is contained in:
parent
c30e68d86f
commit
07e001ee9c
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ CLISetup::registerUtility(new class extends UtilityScript
|
|||
|
||||
public function writeCLIHelp() : bool
|
||||
{
|
||||
CLI::write(' usage: php aowow --setup [--locales: --mpqDataDir:]', -1, false);
|
||||
CLI::write(' usage: php aowow --setup [--locales: --datasrc:]', -1, false);
|
||||
CLI::write();
|
||||
CLI::write(' Initially essential connection information are set up and basic connectivity tests run afterwards.', -1, false);
|
||||
CLI::write(' In the main stage dbc and world data is compiled into the database and required sound, image and data files are generated.', -1, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue