1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for --dirname and --suffix (missed ones)

scripts/make_win_src_distribution.sh:
  Fix for --dirname and --suffix (missed ones)
This commit is contained in:
unknown
2003-06-17 14:29:20 -07:00
parent 740024005f
commit be551c2c4f

View File

@ -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"