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
+1 -1
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"