Skip to content

Commit e9d3719

Browse files
Update internal/cmd/beta/kms/wrappingkey/wrappingkey.go
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
1 parent ff4b53a commit e9d3719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/kms/wrappingkey/wrappingkey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
1515
cmd := &cobra.Command{
1616
Use: "wrapping-key",
1717
Short: "Manage KMS wrapping keys",
18-
Long: "Provides CRUD functionality for wrapping key operations inside the KMS",
18+
Long: "Provides functionality for wrapping key operations inside the KMS",
1919
Args: args.NoArgs,
2020
Run: utils.CmdHelp,
2121
}

0 commit comments

Comments
 (0)