Update example

This commit is contained in:
Johan Wassberg 2024-10-14 11:54:29 +02:00
parent 4f415e6a7b
commit 630ba1b4e1
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -8,7 +8,7 @@ USERNAME="${3}"
function usage() { function usage() {
echo "Usage: ${0} <hostname> <database> <username>" echo "Usage: ${0} <hostname> <database> <username>"
echo "Example: ${0} db-1.example.com" echo "Example: ${0} db-1.example.com database_name username"
exit 1 exit 1
} }
if [ -z "${HOST}" ]; then if [ -z "${HOST}" ]; then