From 9bb0d1b5396cc8652c56e0b483fb7795bc047f7b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 12 Feb 2001 18:12:10 +0000 Subject: [PATCH] Small mod git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/zipdist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/msw/zipdist.sh b/distrib/msw/zipdist.sh index 17fd9946dc..c42540df08 100644 --- a/distrib/msw/zipdist.sh +++ b/distrib/msw/zipdist.sh @@ -137,7 +137,8 @@ for i in "$@"; do echo Usage: $0 "[ options ]" 1>&2 echo Options: echo " --help Display this help message" - echo " --wise Build setup.exe" + echo " --wise Also build setup.exe and wxMSW-version.zip" + echo " --wiseonly Build setup.exe and wxMSW-version.zip only" exit 1 ;; esac