Index: trunk/phase3/maintenance/install.php |
— | — | @@ -30,8 +30,8 @@ |
31 | 31 | |
32 | 32 | $this->addArg( 'name', 'The name of the wiki', true); |
33 | 33 | |
34 | | - $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', false); |
35 | | - $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true); |
| 34 | + $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', true); |
| 35 | + $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true); |
36 | 36 | $this->addOption( 'email', 'The email for the wiki administrator', false, true); |
37 | 37 | |
38 | 38 | $this->addOption( 'lang', 'The language to use (en)', false, true ); |