We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fab2c8 commit bcd46fbCopy full SHA for bcd46fb
tools/rexm/rexm.c
@@ -1257,9 +1257,9 @@ int main(int argc, char *argv[])
1257
printf("////////////////////////////////////////////////////////////////////////////////////////////\n\n");
1258
1259
printf("USAGE:\n\n");
1260
- printf(" > rexm <command> <example_name> [<example_rename>]\n");
+ printf(" > rexm <command> <example_name> [<example_rename>]\n\n");
1261
1262
- printf("\COMMANDS:\n\n");
+ printf("COMMANDS:\n\n");
1263
printf(" help : Provides command-line usage information\n");
1264
printf(" create <new_example_name> : Creates an empty example, from internal template\n");
1265
printf(" add <example_name> : Add existing example, category extracted from name\n");
0 commit comments