Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Feb 8, 2024
1 parent 85cac95 commit f9685a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/stackit_dns_zone_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stackit dns zone list [flags]
$ stackit dns zone list --limit 10
List DNS zones, including deleted
$ stackit dns zone list --deleted
$ stackit dns zone list --include-deleted
```

### Options
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/dns/zone/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func NewCmd() *cobra.Command {
"$ stackit dns zone list --limit 10"),
examples.NewExample(
`List DNS zones, including deleted`,
"$ stackit dns zone list --deleted"),
"$ stackit dns zone list --include-deleted"),
),
RunE: func(cmd *cobra.Command, args []string) error {
ctx := context.Background()
Expand Down

0 comments on commit f9685a0

Please sign in to comment.