From fa4dc14c9783043c51bc23c1652c7f41dda23771 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Mon, 13 May 2019 10:01:55 -0700 Subject: [PATCH] Update all.go --- pkg/commands/edit/remove/all.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/commands/edit/remove/all.go b/pkg/commands/edit/remove/all.go index 771eace4b..aa75f7272 100644 --- a/pkg/commands/edit/remove/all.go +++ b/pkg/commands/edit/remove/all.go @@ -25,10 +25,10 @@ import ( func NewCmdRemove(fsys fs.FileSystem) *cobra.Command { c := &cobra.Command{ Use: "remove", - Short: "Removes items to the kustomization file.", + Short: "Removes items from the kustomization file.", Long: "", Example: ` - # Removes resources to the kustomization file + # Removes resources from the kustomization file kustomize edit remove resource {filepath} {filepath} kustomize edit remove resource {pattern} `,