Update all.go

This commit is contained in:
Jeff Regan
2019-05-13 10:01:55 -07:00
committed by GitHub
parent ca6228b526
commit fa4dc14c97

View File

@@ -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}
`,