Print real default TMP_PATH in printHelp()

This commit is contained in:
CYBERDEViL 2023-05-03 21:26:29 +02:00
parent d9e2d39bc8
commit d687b4ee0c
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@ void printHelp(void) {
printf("\n");
printf(" OPTIONS\n");
printf(" -p --preserve Don't delete TMP files.\n");
printf(" -t --tmp-path TMP_PATH Set temporary path, default: /tmp/\n");
printf(" -t --tmp-path TMP_PATH Set temporary path, default: %s\n",
REWISE_DEFAULT_TMP_PATH);
printf(" -d --debug Print debug info.\n");
printf(" -s --silent Be silent, don't print anything.\n");
printf(" -n --no-extract Don't extract anything. This will "