From c940d2906ff3fb1708aa60d2378ea2fe84f8c40e Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 17 Jan 2017 01:54:40 +0100 Subject: [PATCH] Mention win64/pe in help usage text. --- doc/upx.pod | 1 + src/help.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/upx.pod b/doc/upx.pod index f8b6ee44..6d196f69 100644 --- a/doc/upx.pod +++ b/doc/upx.pod @@ -78,6 +78,7 @@ B 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 diff --git a/src/help.cpp b/src/help.cpp index 7fe04410..d77bc69c 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -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"