From 3973766b84f931413399a8617a90c6b9ac9212ab Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 15 Jun 2026 23:19:31 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 75eb3dc99..58ae835f7 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1886,9 +1886,11 @@ int main(int argc, char *argv[]) printf(" test : Build and Test example for Desktop and Web platforms\n"); printf(" validate : Validate examples collection, generates report\n"); printf(" update : Validate and update examples collection, generates report\n\n"); + printf("OPTIONS:\n\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("\nEXAMPLES:\n\n"); printf(" > rexm add shapes_custom_stars\n"); printf(" Add and updates new example provided \n\n");