Merge pull request #43 from monopole/fixLinkInHelp

Fix URL in help message
This commit is contained in:
Jeff Regan
2018-05-31 14:18:11 -07:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ func NewDefaultCommand() *cobra.Command {
Long: `
kustomize manages declarative configuration of Kubernetes.
More info at https://github.com/kubernetes/kubectl/tree/master/cmd/kustomize
See https://github.com/kubernetes-sigs/kustomize
`,
}