exeflat: Update usage text for indirect file

This commit is contained in:
Jiří Malák 2024-07-17 22:28:01 +02:00 committed by GitHub
parent db43a4b343
commit bf53e22d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,6 +85,8 @@ static void usage(void)
printf(" -E(path/to/upxentry.bin) - Omit to force DOS/SYS compression\n");
printf(" -D(path/to/upxdevic.bin) - Omit to force DOS/EXE compression\n");
printf(" -U (command) (parameters) - Specify to use UPX compression\n");
printf(" @(indirect file) - Specify to use indirect file\n");
printf(" indirect file format, each line contains single argument\n");
exit(1);
}