Commit 06888e74 authored by unknown's avatar unknown
Browse files

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

parent 6e6fa326
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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