Skip to content
Snippets Groups Projects
Commit aaff6ef4 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad Committed by Hans Fangohr
Browse files

Missed toolchain -> package_set occurance.

parent 3e45a965
No related branches found
No related tags found
1 merge request!63Review documentation
Pipeline #371480 passed
...@@ -1126,7 +1126,7 @@ def main(): ...@@ -1126,7 +1126,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."
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment