Skip to content

Commit

Permalink
exeflat: Update usage text for indirect file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored Jul 17, 2024
1 parent db43a4b commit bf53e22
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 bf53e22

Please sign in to comment.