From 0f02ed793ca3bc51569baf51027f6b5f1084e0e2 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Thu, 28 Jul 2016 10:14:18 +0200 Subject: [PATCH] doc: clarified clean command --- toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain.py b/toolchain.py index 804bf96..f55a9d8 100755 --- a/toolchain.py +++ b/toolchain.py @@ -1062,7 +1062,7 @@ if __name__ == "__main__": Available commands: build Build a recipe (compile a library for the required target architecture) - clean Clean the build + clean Clean the build of the specified recipe distclean Clean the build and the result recipes List all the available recipes status List all the recipes and their build status