Update buildtools.

This commit is contained in:
Steveice10
2017-01-07 12:18:38 -08:00
parent 3e41723d05
commit 670eed74b4
3 changed files with 9 additions and 22 deletions

View File

@@ -390,6 +390,7 @@ void cmd_print_commands() {
}
void cmd_print_usage(const std::string& executedFrom) {
printf("bannertool v%d.%d.%d\n", VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO);
printf("Usage: %s <command> <args>\n", executedFrom.c_str());
cmd_print_commands();
}