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 1fd5c04 commit 54a4527
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 @@ -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. valid options are mysql, psql or postgresql")
os.Exit(1)
}

Expand Down

0 comments on commit 54a4527

Please sign in to comment.