summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2003-06-17 14:29:20 -0700
committerunknown <venu@myvenu.com>2003-06-17 14:29:20 -0700
commitbe551c2c4f45b1b951d7238bda6750cdce75fb16 (patch)
tree94a3fed43271b817a51f93a92f8041efd5505e27 /scripts
parent740024005f141f3ef77e8364e32808b3652e757c (diff)
downloadmariadb-git-be551c2c4f45b1b951d7238bda6750cdce75fb16.tar.gz
Fix for --dirname and --suffix (missed ones)
scripts/make_win_src_distribution.sh: Fix for --dirname and --suffix (missed ones)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_win_src_distribution.sh2
1 files changed, 2 insertions, 0 deletions
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"