mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-28515 Add cli install options for fullname and shortname
This commit is contained in:
parent
6884b598f3
commit
1a698e0090
@ -46,6 +46,8 @@ Options:
|
||||
--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:
|
||||
@ -93,6 +95,8 @@ list($options, $unrecognized) = cli_get_params(
|
||||
'lang' => 'en',
|
||||
'adminuser' => 'admin',
|
||||
'adminpass' => '',
|
||||
'fullname' => '',
|
||||
'shortname' => '',
|
||||
'agree-license' => false,
|
||||
'help' => false
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user