Disabled the `--script=' option.
committer: mfx <mfx> 974165720 +0000
This commit is contained in:
@@ -175,6 +175,7 @@ void show_help(int x)
|
|||||||
" --strip-relocs=0 do not strip relocations\n"
|
" --strip-relocs=0 do not strip relocations\n"
|
||||||
" --strip-relocs=1 strip relocations [default]\n"
|
" --strip-relocs=1 strip relocations [default]\n"
|
||||||
"\n");
|
"\n");
|
||||||
|
#if 0
|
||||||
fg = con_fg(f,FG_YELLOW);
|
fg = con_fg(f,FG_YELLOW);
|
||||||
con_fprintf(f,"Options for linux/i386\n");
|
con_fprintf(f,"Options for linux/i386\n");
|
||||||
fg = con_fg(f,fg);
|
fg = con_fg(f,fg);
|
||||||
@@ -182,6 +183,7 @@ void show_help(int x)
|
|||||||
" --script use /usr/local/lib/upx/upx[bd] as decompressor\n"
|
" --script use /usr/local/lib/upx/upx[bd] as decompressor\n"
|
||||||
" --script=/path/upxX use path/upxX as decompressor\n"
|
" --script=/path/upxX use path/upxX as decompressor\n"
|
||||||
"\n");
|
"\n");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
con_fprintf(f,
|
con_fprintf(f,
|
||||||
|
|||||||
@@ -740,7 +740,9 @@ static const struct mfx_option longopts[] =
|
|||||||
// dos/sys
|
// dos/sys
|
||||||
// unix
|
// unix
|
||||||
{"blocksize", 0x31, 0, 660}, // --blocksize=
|
{"blocksize", 0x31, 0, 660}, // --blocksize=
|
||||||
|
#if 0
|
||||||
{"script", 0x31, 0, 661}, // --script=
|
{"script", 0x31, 0, 661}, // --script=
|
||||||
|
#endif
|
||||||
// watcom/le
|
// watcom/le
|
||||||
{"le", 0, 0, 620}, // produce LE output
|
{"le", 0, 0, 620}, // produce LE output
|
||||||
// win32/pe
|
// win32/pe
|
||||||
|
|||||||
Reference in New Issue
Block a user