Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Mar 3, 2025
1 parent bbb1d24 commit 4f1cb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmd/resourcetype/delete/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewCommand(factory framework.Factory) (*cobra.Command, framework.Runner) {

cmd := &cobra.Command{
Use: "delete [resource type]",
Short: "Delete resource protypevider",
Short: "Delete resource type",
Long: `Delete resource type
Resource types are the entities that implement resource types such as 'Applications.Core/containers'. Each resource type can define multiple API versions, and each API version defines a schema that resource instances conform to. Resource providers can be created and deleted by users.
Expand Down

0 comments on commit 4f1cb7f

Please sign in to comment.