From 1fb3908cd203730d95517cc96c3f1e0c5013d3bb Mon Sep 17 00:00:00 2001 From: Naum Soloveychik Date: Mon, 13 Jan 2020 17:21:27 +0300 Subject: [PATCH] Update mysql_backup.sh --- mysql_backup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql_backup.sh b/mysql_backup.sh index 5b222a1..b84cf91 100755 --- a/mysql_backup.sh +++ b/mysql_backup.sh @@ -97,7 +97,9 @@ while [ "${1}" != "" ]; do -h | --help ) usage exit ;; - * ) usage + * ) + echo "Uncnown option ${1}!" ; + usage exit 1 esac shift