Merge pull request #187 from andrewbird/pr180

exeflat: Update usage text for indirect file
This commit is contained in:
Andrew Bird 2024-08-18 13:55:22 +01:00 committed by GitHub
commit 8f056cce6d
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);
}