Skip to content
Snippets Groups Projects

Toolchain becomes package set part2

Merged Hans Fangohr requested to merge toolchain_becomes_package_set_part2 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1134,7 +1134,7 @@ def main():
@@ -1134,7 +1134,7 @@ def main():
if cmd in ["install", "reinstall", "remove"]:
if cmd in ["install", "reinstall", "remove"]:
# "install" command needs additional documentation
# "install" command needs additional documentation
package_set_help = (
package_set_help = (
f"One or more toolchains to command {cmd}. "
f"One or more package sets (like toolchains) to be {cmd}ed. "
"Use 'ALL' to refer to all available package sets."
"Use 'ALL' to refer to all available package sets."
)
)
Loading