Skip to content

Commit

Permalink
change err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Feb 6, 2025
1 parent ba023c1 commit 44d5e45
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 @@ -135,7 +135,7 @@ var dbCreateCmd = &cobra.Command{
if softwareVersion == "" {
utility.Error("No version specified for %s. Please provide a version using --version flag. For example, civo database create db-psql --software psql --version 14", canonicalSoftwareName)
} else {
utility.Error("The provided software version is not valid. Please check the available versions for the specified software")
utility.Error("The provided software version is not valid. Please check the available versions by typing civo db engine")
}
os.Exit(1)
}
Expand Down

0 comments on commit 44d5e45

Please sign in to comment.