We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6b227b + bf53e22 commit 8f056ccCopy full SHA for 8f056cc
utils/exeflat.c
@@ -85,6 +85,8 @@ static void usage(void)
85
printf(" -E(path/to/upxentry.bin) - Omit to force DOS/SYS compression\n");
86
printf(" -D(path/to/upxdevic.bin) - Omit to force DOS/EXE compression\n");
87
printf(" -U (command) (parameters) - Specify to use UPX compression\n");
88
+ printf(" @(indirect file) - Specify to use indirect file\n");
89
+ printf(" indirect file format, each line contains single argument\n");
90
exit(1);
91
}
92
0 commit comments