commit f5ad76a2c36644b43a1f7bcacc310f794f1e5aa3
parent fe7237fd74966c665e728d1fb56319c5b5b7773e
Author: Joris Vink <joris@coders.se>
Date: Thu, 29 Dec 2016 20:15:01 +0100
better description.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cli.c b/src/cli.c
@@ -175,7 +175,7 @@ static struct cmd cmds[] = {
{ "build", "build an application", cli_build },
{ "clean", "cleanup the build files", cli_clean },
{ "create", "create a new application skeleton", cli_create },
- { "flavor", "switch build flavor", cli_flavor },
+ { "flavor", "switch between build flavors", cli_flavor },
{ NULL, NULL, NULL }
};