Skip to content

Commit

Permalink
Merge pull request #15 from stackitcloud/hs/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in help
  • Loading branch information
hcsa73 authored Nov 22, 2023
2 parents c753d09 + 998a6c8 commit 9506161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/postgresql/offering/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func NewCmd() *cobra.Command {
Use: "list",
Short: "List all PostgreSQL service offerings",
Long: "List all PostgreSQL service offerings",
Example: `$ stackit postgresql offerings list --project-id xxx`,
Example: `$ stackit postgresql offering list --project-id xxx`,
RunE: func(cmd *cobra.Command, args []string) error {
ctx := context.Background()
model, err := parseFlags(cmd)
Expand Down

0 comments on commit 9506161

Please sign in to comment.