Fix: Command invocation for users
subcommand does not include required option --course
This commit is contained in:
parent
aa15bb3b4d
commit
83eb88f86b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue