mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Add hint about using --help to see what options are available
This commit is contained in:
parent
75ab386731
commit
1c5c12ac5e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue