···288288289289 if (help->count > 0) {
290290 cprintf("<bold_red>Ant</> is a tiny JavaScript runtime and package manager (%s)\n\n", ANT_VERSION);
291291- printf("%sUsage: ant %s[...options] %s[module.js]\n%s", C_BOLD, C_CYAN, C_YELLOW, C_RESET);
291291+ cprintf("<bold>Usage: ant <cyan>[...options]</cyan> <yellow>[module.js]\n</>");
292292 printf("%s ant <command> %s[...args]%s\n\n", C_BOLD, C_CYAN, C_RESET);
293293 print_subcommands();
294294 printf("If no module file is specified, ant starts in REPL mode.\n\n");