Skip to content
Snippets Groups Projects
Commit a6860278 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

include prepare and reinstall in help string

- reinstall needs to know toolchain(s) as well.
parent 6db6d356
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!7Review command line argument parsing
Pipeline #367858 passed
......@@ -380,9 +380,11 @@ def main():
else:
subp.add_argument(
"release", type=str, help="Release version to install or remove"
"release",
type=str,
help="Release version to prepare, install, reinstall or remove",
)
if cmd in ["install", "reinstall"]:
if cmd in ["install", "reinstall", "remove"]:
# "install" command needs additional documentation
if cmd == "install":
help_part2 = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment