From 06888e74fc9af162ba54dbdc6def4b8668fe088a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 2 Mar 2007 15:21:01 +0100 Subject: [PATCH] Add hint about using --help to see what options are available --- BUILD/SETUP.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index febaac66e14..10324c22e56 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -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