aboutsummaryrefslogtreecommitdiff
path: root/bin/sqlwait
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sqlwait')
-rwxr-xr-xbin/sqlwait2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sqlwait b/bin/sqlwait
index d4409f3..143324b 100755
--- a/bin/sqlwait
+++ b/bin/sqlwait
@@ -30,7 +30,7 @@ usage() {
printf " -e Exit on error\n"
}
-while getopts "H:u:d:c:t:n:l:pPewkh" opt; do
+while getopts "H:u:d:c:t:n:l:pPewkhs" opt; do
case ${opt} in
H )
MYSQL_HOST="$OPTARG"