We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4b53a commit e9d3719Copy full SHA for e9d3719
internal/cmd/beta/kms/wrappingkey/wrappingkey.go
@@ -15,7 +15,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
15
cmd := &cobra.Command{
16
Use: "wrapping-key",
17
Short: "Manage KMS wrapping keys",
18
- Long: "Provides CRUD functionality for wrapping key operations inside the KMS",
+ Long: "Provides functionality for wrapping key operations inside the KMS",
19
Args: args.NoArgs,
20
Run: utils.CmdHelp,
21
}
0 commit comments