Fix command name

This commit is contained in:
Joscha
2024-05-10 14:34:20 +02:00
parent 778517d8c6
commit 4b4f72b2ca

View File

@ -18,7 +18,7 @@ GROUP = SUBPARSER.add_argument_group(
) )
GROUP.add_argument( GROUP.add_argument(
"--ilias-url", "--base-url",
type=str, type=str,
metavar="BASE_URL", metavar="BASE_URL",
help="The base url of the ilias instance" help="The base url of the ilias instance"