mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Fix command name
This commit is contained in:
parent
778517d8c6
commit
4b4f72b2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue