Add hint about using --help to see what options are available
This commit is contained in:
parent
6e6fa326da
commit
06888e74fc
@ -34,6 +34,7 @@ Note: this script is intended for internal use by MySQL developers.
|
|||||||
EOF
|
EOF
|
||||||
* )
|
* )
|
||||||
echo "Unknown option '$1'"
|
echo "Unknown option '$1'"
|
||||||
|
echo "Use -h or --help for usage"
|
||||||
exit 1
|
exit 1
|
||||||
break ;;
|
break ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user