Skip to content

Commit

Permalink
Fix typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Nov 22, 2023
1 parent c753d09 commit 998a6c8
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 998a6c8

Please sign in to comment.