Commit be551c2c authored by unknown's avatar unknown

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


scripts/make_win_src_distribution.sh:
  Fix for --dirname and --suffix (missed ones)
parent 74002400
...@@ -59,6 +59,8 @@ show_usage() ...@@ -59,6 +59,8 @@ show_usage()
echo "" echo ""
echo " --debug Debug, without creating the package" echo " --debug Debug, without creating the package"
echo " --tmp Specify the temporary location" 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 " --silent Do not list verbosely files processed"
echo " --tar Create tar.gz package instead of .zip" echo " --tar Create tar.gz package instead of .zip"
echo " --help Show this help message" echo " --help Show this help message"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment