Tweaked wording
This commit is contained in:
parent
e539b8f9c8
commit
8cdc790375
1 changed files with 2 additions and 1 deletions
|
@ -1060,7 +1060,8 @@ if __name__ == "__main__":
|
||||||
usage="""toolchain <command> [<args>]
|
usage="""toolchain <command> [<args>]
|
||||||
|
|
||||||
Available commands:
|
Available commands:
|
||||||
build Build an external package (available packages in the recipes directory).
|
build Build a recipe (compile a library for the required target
|
||||||
|
architecture)
|
||||||
clean Clean the build
|
clean Clean the build
|
||||||
distclean Clean the build and the result
|
distclean Clean the build and the result
|
||||||
recipes List all the available recipes
|
recipes List all the available recipes
|
||||||
|
|
Loading…
Reference in a new issue