Update rexm.c
This commit is contained in:
parent
4d2b1d51e4
commit
3973766b84
|
|
@ -1886,9 +1886,11 @@ int main(int argc, char *argv[])
|
||||||
printf(" test <example_name> : Build and Test example for Desktop and Web platforms\n");
|
printf(" test <example_name> : Build and Test example for Desktop and Web platforms\n");
|
||||||
printf(" validate : Validate examples collection, generates report\n");
|
printf(" validate : Validate examples collection, generates report\n");
|
||||||
printf(" update : Validate and update examples collection, generates report\n\n");
|
printf(" update : Validate and update examples collection, generates report\n\n");
|
||||||
|
|
||||||
printf("OPTIONS:\n\n");
|
printf("OPTIONS:\n\n");
|
||||||
printf(" -h, --help : Show tool version and command line usage help\n");
|
printf(" -h, --help : Show tool version and command line usage help\n");
|
||||||
printf(" -v, --verbose : Verbose mode, show additional logs on processes\n");
|
printf(" -v, --verbose : Verbose mode, show additional logs on processes\n");
|
||||||
|
|
||||||
printf("\nEXAMPLES:\n\n");
|
printf("\nEXAMPLES:\n\n");
|
||||||
printf(" > rexm add shapes_custom_stars\n");
|
printf(" > rexm add shapes_custom_stars\n");
|
||||||
printf(" Add and updates new example provided <shapes_custom_stars>\n\n");
|
printf(" Add and updates new example provided <shapes_custom_stars>\n\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user