From 7b9d38eef33906ab97f53e1311f0c49a34e7fda8 Mon Sep 17 00:00:00 2001 From: Tuna Date: Wed, 20 Dec 2017 20:44:13 +0700 Subject: [PATCH] fix description --- cmd/up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/up.go b/cmd/up.go index de213971185..1d686d9abe8 100644 --- a/cmd/up.go +++ b/cmd/up.go @@ -184,7 +184,7 @@ List of components that kubeapps up installs: func init() { RootCmd.AddCommand(upCmd) upCmd.Flags().Bool("dry-run", false, "Show manifest to be submitted to the k8s cluster without deploying.") - upCmd.Flags().StringP("out", "o", "yaml", "Provides manifest format: yaml | json") + upCmd.Flags().StringP("out", "o", "yaml", "Specify manifest format: yaml | json. Note: used only with --dry-run") } func dump(w io.Writer, out string, objs []*unstructured.Unstructured) error {