Skip to content

Commit

Permalink
MDL-28515 Add cli install options for fullname and shortname
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Robert Nicols authored and samhemelryk committed Aug 2, 2011
1 parent c440ddf commit 033be70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/cli/install_database.php
Expand Up @@ -46,6 +46,8 @@
--adminuser=USERNAME Username for the moodle admin account. Default is admin.
--adminpass=PASSWORD Password for the moodle admin account.
--agree-license Indicates agreement with software license.
--fullname Name of the site
--shortname Name of the site
-h, --help Print out this help
Example:
Expand Down Expand Up @@ -93,6 +95,8 @@
'lang' => 'en',
'adminuser' => 'admin',
'adminpass' => '',
'fullname' => '',
'shortname' => '',
'agree-license' => false,
'help' => false
),
Expand Down

0 comments on commit 033be70

Please sign in to comment.