better description.

This commit is contained in:
Joris Vink 2016-12-29 20:15:01 +01:00
parent fe7237fd74
commit f5ad76a2c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};