We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dcb1f commit 91c3aeeCopy full SHA for 91c3aee
2 files changed
docs/stackit_kms_wrapping-key_describe.md
@@ -14,7 +14,7 @@ stackit kms wrapping-key describe WRAPPING_KEY_ID [flags]
14
15
```
16
Describe a KMS wrapping key with ID xxx of keyring yyy
17
- $ stackit kms wrappingkey describe xxx --keyring-id yyy
+ $ stackit kms wrapping-key describe xxx --keyring-id yyy
18
19
20
### Options
internal/cmd/kms/wrappingkey/describe/describe.go
@@ -39,7 +39,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
39
Example: examples.Build(
40
examples.NewExample(
41
`Describe a KMS wrapping key with ID xxx of keyring yyy`,
42
- `$ stackit kms wrappingkey describe xxx --keyring-id yyy`,
+ `$ stackit kms wrapping-key describe xxx --keyring-id yyy`,
43
),
44
45
RunE: func(cmd *cobra.Command, args []string) error {
0 commit comments