From 630ba1b4e15f5f24e618caf2e30d277c26a1169e Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Mon, 14 Oct 2024 11:54:29 +0200 Subject: [PATCH] Update example --- scripts/mariadb-cluster-create-database-and-grant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mariadb-cluster-create-database-and-grant b/scripts/mariadb-cluster-create-database-and-grant index 57753a2..f49392a 100755 --- a/scripts/mariadb-cluster-create-database-and-grant +++ b/scripts/mariadb-cluster-create-database-and-grant @@ -8,7 +8,7 @@ USERNAME="${3}" function usage() { echo "Usage: ${0} " - echo "Example: ${0} db-1.example.com" + echo "Example: ${0} db-1.example.com database_name username" exit 1 } if [ -z "${HOST}" ]; then