Skip to content

Commit 8f056cc

Browse files
authored
Merge pull request #187 from andrewbird/pr180
exeflat: Update usage text for indirect file
2 parents c6b227b + bf53e22 commit 8f056cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/exeflat.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ static void usage(void)
8585
printf(" -E(path/to/upxentry.bin) - Omit to force DOS/SYS compression\n");
8686
printf(" -D(path/to/upxdevic.bin) - Omit to force DOS/EXE compression\n");
8787
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");
8890
exit(1);
8991
}
9092

0 commit comments

Comments
 (0)