This commit is contained in:
2025-09-11 21:12:30 -04:00
parent c43284a7d6
commit 6a13171bf1
3 changed files with 55 additions and 41 deletions

View File

@@ -48,7 +48,8 @@ static void usage(int status)
print_option("--make", "Use the GNU make build system (default)");
print_option("--bare", "Minimal C project structure");
print_option("--flat", "All files in project root.");
print_option("--extras=<arg1>,<arg2>", "Extra build options, Pass list to list out options.");
print_option("--extras=<arg1>,<arg2>",
"Extra build options, Pass list to list out options.");
puts(" --help display this help text and exit");
puts(" --version output version information and exit");
}