Fix: Command invocation for users subcommand does not include required option --course

This commit is contained in:
Tim Schubert 2018-10-17 11:03:13 +02:00
parent aa15bb3b4d
commit 83eb88f86b

View file

@ -54,7 +54,7 @@ Next, since there is currently no API available to export a list of participants
This list may of course change from time to time, so make sure to re-run the script regularly.
```
$ abgabesystem users -s <students.csv> -b <LDAP base domain> -p main
$ abgabesystem users -c <course> -s <students.csv> -b <LDAP base domain> -p main
```
Now create a fork of this repository inside the namespace of the course.