Skip to content

Commit bcd46fb

Browse files
committed
Update rexm.c
1 parent 9fab2c8 commit bcd46fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/rexm/rexm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,9 +1257,9 @@ int main(int argc, char *argv[])
12571257
printf("////////////////////////////////////////////////////////////////////////////////////////////\n\n");
12581258

12591259
printf("USAGE:\n\n");
1260-
printf(" > rexm <command> <example_name> [<example_rename>]\n");
1260+
printf(" > rexm <command> <example_name> [<example_rename>]\n\n");
12611261

1262-
printf("\COMMANDS:\n\n");
1262+
printf("COMMANDS:\n\n");
12631263
printf(" help : Provides command-line usage information\n");
12641264
printf(" create <new_example_name> : Creates an empty example, from internal template\n");
12651265
printf(" add <example_name> : Add existing example, category extracted from name\n");

0 commit comments

Comments
 (0)