Mention win64/pe in help usage text.

This commit is contained in:
Markus F.X.J. Oberhumer 2017-01-17 01:54:40 +01:00
parent ac4b51ba85
commit c940d2906f
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ B<UPX> is a versatile executable packer with the following features:
* vmlinux/386
* watcom/le (supporting DOS4G, PMODE/W, DOS32a and CauseWay)
* win32/pe (exe and dll)
* win64/pe (exe and dll)
* arm/pe (exe and dll)
* linux/elfamd64
* linux/elfppc32

View File

@ -287,7 +287,7 @@ void show_help(int verbose)
" --le produce LE output [default: EXE]\n"
"\n");
fg = con_fg(f,FG_YELLOW);
con_fprintf(f,"Options for win32/pe, rtm32/pe & arm/pe:\n");
con_fprintf(f,"Options for win32/pe, win64/pe, rtm32/pe & arm/pe:\n");
fg = con_fg(f,fg);
con_fprintf(f,
" --compress-exports=0 do not compress the export section\n"