admin parameter is required now since we no longer default to WikiSysop
This commit is contained in:
parent
f08147c313
commit
c93f63a6ba
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ class CommandLineInstaller extends Maintenance {
|
|||
|
||||
$this->addArg( 'name', 'The name of the wiki', true);
|
||||
|
||||
$this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', false);
|
||||
$this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true);
|
||||
$this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', true);
|
||||
$this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true);
|
||||
$this->addOption( 'email', 'The email for the wiki administrator', false, true);
|
||||
|
||||
$this->addOption( 'lang', 'The language to use (en)', false, true );
|
||||
|
|
|
|||
Loading…
Reference in a new issue