Fix local createuser documentation

Close #169.
This commit is contained in:
Régis Behmo 2019-02-12 17:40:59 +01:00
parent 484bb59ec6
commit 3f105a0ef3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Creating a new user with staff and admin rights
You will most certainly need to create a user to administer the platform. Just run::
tutor createuser --staff --superuser yourusername user@email.com
tutor local createuser --staff --superuser yourusername user@email.com
You will asked to set the user password interactively.