diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index d5fd9bef0..f419cc83d 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1894,7 +1894,7 @@ int main(int argc, char *argv[]) printf(" rename : Rename an existing example\n"); printf(" remove : Remove an existing example\n"); printf(" build : Build example for Desktop and Web platforms\n"); - printf(" test : Build and Test example for Desktop and Web platforms\n"); + printf(" test : Build and test example for Desktop and Web platforms\n"); printf(" testlog : Validate test logs, generates report\n"); printf(" validate : Validate examples collection, generates report\n"); printf(" update : Validate and update examples collection, generates report\n\n");