Skip to content

Commit

Permalink
Improve the description of the flag: outputFormat to mention the 3 fo…
Browse files Browse the repository at this point in the history
…rmats supported

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Dec 19, 2024
1 parent 08cbf2d commit 913f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/get/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func init() {
GetCmd.AddCommand(ClustersCmd)
GetCmd.AddCommand(SecretsCmd)
GetCmd.PersistentFlags().StringSliceVarP(&packages, "packages", "p", []string{}, "names of packages.")
GetCmd.PersistentFlags().StringVarP(&outputFormat, "output", "o", "", "Output format. table or json.")
GetCmd.PersistentFlags().StringVarP(&outputFormat, "output", "o", "", "Output format: table (default if not specified), json or yaml.")
GetCmd.PersistentFlags().StringVarP(&helpers.KubeConfigPath, "kubeconfig", "", "", "kube config file Path.")
}

Expand Down

0 comments on commit 913f60a

Please sign in to comment.