Skip to content

Commit

Permalink
change err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed May 17, 2024
1 parent d24595c commit 00e029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/database/database_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var dbCreateCmd = &cobra.Command{
}

if !softwareIsValid {
utility.Error("The provided software name is not valid. Make sure you use correct capitalization (e.g. MySQL, PostgreSQL)")
utility.Error("The provided software name is not valid. valid options are mysql, psql or postgresql")
os.Exit(1)
}

Expand Down

0 comments on commit 00e029c

Please sign in to comment.