File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/cmd/kms/wrappingkey/describe Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments