prepare linux build target Ubuntu 22, x64

This commit is contained in:
Ondřej Novák 2025-02-20 19:20:00 +01:00
parent 8ef23fe366
commit 0a39f2d3d5
4 changed files with 29 additions and 19 deletions

View file

@ -20,7 +20,7 @@ void show_help(const char *arg0) {
"-l <lang> set language (cz|en)\n"
"-s <directory> generate string-tables (for localization) and exit\n"
"-h this help\n");
exit(0);
exit(1);
}
void show_help_short() {