Skip to content

Commit

Permalink
Merge pull request #187 from andrewbird/pr180
Browse files Browse the repository at this point in the history
exeflat: Update usage text for indirect file
  • Loading branch information
andrewbird authored Aug 18, 2024
2 parents c6b227b + bf53e22 commit 8f056cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/exeflat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 8f056cc

Please sign in to comment.