fix app ls example

This commit is contained in:
guoxudong
2020-09-03 15:04:13 +08:00
parent dc417f53d2
commit 659f65cfb4

View File

@@ -25,7 +25,7 @@ func NewAppListCommand(c types.Args, ioStreams cmdutil.IOStreams) *cobra.Command
DisableFlagsInUseLine: true,
Short: "List applications",
Long: "List applications with workloads, traits, status and created time",
Example: `vela comp ls`,
Example: `vela app ls`,
RunE: func(cmd *cobra.Command, args []string) error {
env, err := GetEnv(cmd)
if err != nil {