diff --git a/cmd/database/database_create.go b/cmd/database/database_create.go index c159e3e4..6960f000 100644 --- a/cmd/database/database_create.go +++ b/cmd/database/database_create.go @@ -123,7 +123,7 @@ var dbCreateCmd = &cobra.Command{ } if !softwareIsValid { - utility.Error("The provided software name is not valid. Make sure you use correct capitalization (eg: MySQL, PostgreSQL)") + utility.Error("The provided software name is not valid. Make sure you use correct capitalization (eg: mysql, postgresql") os.Exit(1) }