mirror of https://github.com/FDOS/kernel.git
exeflat: update usage screen with -E, -D, and -U switches
This commit is contained in:
parent
e3e58ee3fd
commit
70c498a309
|
@ -81,9 +81,10 @@ static int compReloc(const void *p1, const void *p2)
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
printf("usage: exeflat (src.exe) (dest.sys) (relocation-factor)\n");
|
printf("usage: exeflat (src.exe) (dest.sys) (relocation-factor)\n");
|
||||||
printf
|
printf(" -S10 - Silent relocate segment 10 (down list)\n");
|
||||||
(" -S10 - Silent relocate segment 10 (down list)\n");
|
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");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue