Skip to content

Commit 91c3aee

Browse files
author
Andi Keraj
committed
wrapping-key rename
1 parent 69dcb1f commit 91c3aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stackit_kms_wrapping-key_describe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stackit kms wrapping-key describe WRAPPING_KEY_ID [flags]
1414

1515
```
1616
Describe a KMS wrapping key with ID xxx of keyring yyy
17-
$ stackit kms wrappingkey describe xxx --keyring-id yyy
17+
$ stackit kms wrapping-key describe xxx --keyring-id yyy
1818
```
1919

2020
### Options

internal/cmd/kms/wrappingkey/describe/describe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
3939
Example: examples.Build(
4040
examples.NewExample(
4141
`Describe a KMS wrapping key with ID xxx of keyring yyy`,
42-
`$ stackit kms wrappingkey describe xxx --keyring-id yyy`,
42+
`$ stackit kms wrapping-key describe xxx --keyring-id yyy`,
4343
),
4444
),
4545
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)