···292292293293 if (help->count > 0) {
294294 cprintf("<bold_red>Ant</> is a tiny JavaScript runtime and package manager (%s)\n\n", ANT_VERSION);
295295- cprintf("<bold>Usage: ant <yellow>[module.js]</yellow> <cyan>[...flags]\n</>");
296296- cprintf("<bold><space=7/>ant <command><space=3/><cyan>[...args]</>\n\n");
297297- printf("If no module file is specified, ant starts in REPL mode.\n\n");
295295+ cprintf("<bold>Usage: ant <yellow>[module.js]</yellow> <cyan>[...flags]</><reset/>\n");
296296+ cprintf("<bold><space=7/>ant <<command>><space=3/><cyan>[...args]</><reset/>\n\n");
297297+ printf("If no module file is specified, Ant starts in REPL mode.\n\n");
298298 print_subcommands();
299299 cprintf("<bold>Flags:</>\n");
300300 print_flags_help(stdout, argtable);