Add hint about using --help to see what options are available

This commit is contained in:
unknown 2007-03-02 15:21:01 +01:00
parent 6e6fa326da
commit 06888e74fc

View File

@ -34,6 +34,7 @@ Note: this script is intended for internal use by MySQL developers.
EOF
* )
echo "Unknown option '$1'"
echo "Use -h or --help for usage"
exit 1
break ;;
esac