Skip to content
Snippets Groups Projects
Commit 23444163 authored by Martin Mareš's avatar Martin Mareš
Browse files

Fixed a help text

parent 07e8413f
Branches
No related tags found
No related merge requests found
......@@ -1536,7 +1536,7 @@ def cli_create_course(ident, name, teacher, token=None, semester=None):
@click.argument("course_ident")
@click.argument("teacher")
def cli_add_teacher(course_ident, teacher):
"""Add a teacher to an existing course. TEACHER is the teacher's full name."""
"""Add a teacher to an existing course. TEACHER is the teacher's full name or e-mail."""
teacher_user = cli_find_user(teacher)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment