diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index ced2653da..529f71884 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1337,6 +1337,9 @@ int main(int argc, char *argv[]) // add : Add existing example, category extracted from name // rename : Rename an existing example // remove : Remove an existing example + // build : Build example for Desktop and Web platforms + // validate : Validate examples collection, generates report + // update : Validate and update examples collection, generates report printf("\n////////////////////////////////////////////////////////////////////////////////////////////\n"); printf("// //\n");