Skip to content

Commit f939365

Browse files
committed
Document site summary argument in installation script.
Available since MDL-70643 (ignored in prior versions), fixes moodlehq#121.
1 parent 0da45cf commit f939365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Notes:
9191

9292
```bash
9393
# Initialize Moodle database for manual testing
94-
bin/moodle-docker-compose exec webserver php admin/cli/install_database.php --agree-license --fullname="Docker moodle" --shortname="docker_moodle" --adminpass="test" --adminemail="[email protected]"
94+
bin/moodle-docker-compose exec webserver php admin/cli/install_database.php --agree-license --fullname="Docker moodle" --shortname="docker_moodle" --summary="Docker moodle site" --adminpass="test" --adminemail="[email protected]"
9595
```
9696

9797
Notes:

0 commit comments

Comments
 (0)