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

This commit is contained in:
msvensson@pilot.blaudden 2007-03-02 15:21:01 +01:00
parent 75ab386731
commit 1c5c12ac5e

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