Update rexm.c

This commit is contained in:
Ray
2025-09-02 18:38:04 +02:00
parent 9fab2c8a13
commit bcd46fb36b

View File

@@ -1257,9 +1257,9 @@ int main(int argc, char *argv[])
printf("////////////////////////////////////////////////////////////////////////////////////////////\n\n"); printf("////////////////////////////////////////////////////////////////////////////////////////////\n\n");
printf("USAGE:\n\n"); printf("USAGE:\n\n");
printf(" > rexm <command> <example_name> [<example_rename>]\n"); printf(" > rexm <command> <example_name> [<example_rename>]\n\n");
printf("\COMMANDS:\n\n"); printf("COMMANDS:\n\n");
printf(" help : Provides command-line usage information\n"); printf(" help : Provides command-line usage information\n");
printf(" create <new_example_name> : Creates an empty example, from internal template\n"); printf(" create <new_example_name> : Creates an empty example, from internal template\n");
printf(" add <example_name> : Add existing example, category extracted from name\n"); printf(" add <example_name> : Add existing example, category extracted from name\n");