doc: clarified clean command
This commit is contained in:
parent
a9a4b281c3
commit
0f02ed793c
1 changed files with 1 additions and 1 deletions
|
@ -1062,7 +1062,7 @@ if __name__ == "__main__":
|
||||||
Available commands:
|
Available commands:
|
||||||
build Build a recipe (compile a library for the required target
|
build Build a recipe (compile a library for the required target
|
||||||
architecture)
|
architecture)
|
||||||
clean Clean the build
|
clean Clean the build of the specified recipe
|
||||||
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
|
||||||
status List all the recipes and their build status
|
status List all the recipes and their build status
|
||||||
|
|
Loading…
Reference in a new issue