Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Dec 20, 2017
1 parent 110f595 commit 7b9d38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7b9d38e

Please sign in to comment.