From be551c2c4f45b1b951d7238bda6750cdce75fb16 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 17 Jun 2003 14:29:20 -0700 Subject: Fix for --dirname and --suffix (missed ones) scripts/make_win_src_distribution.sh: Fix for --dirname and --suffix (missed ones) --- scripts/make_win_src_distribution.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 6c119e2f80e..1be301ee92a 100755 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -59,6 +59,8 @@ show_usage() echo "" echo " --debug Debug, without creating the package" echo " --tmp Specify the temporary location" + echo " --suffix Suffix name for the package" + echo " --dirname Directory name to copy files (intermediate)" echo " --silent Do not list verbosely files processed" echo " --tar Create tar.gz package instead of .zip" echo " --help Show this help message" -- cgit v1.2.1