Merge pull request #2303 from juliengk/ctr_tasks_list

Update ctr tasks list usage for quiet flag
This commit is contained in:
Michael Crosby
2018-04-23 15:39:26 -04:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ var listCommand = cli.Command{
Flags: []cli.Flag{
cli.BoolFlag{
Name: "quiet, q",
Usage: "print only the task id & pid",
Usage: "print only the task id",
},
},
Action: func(context *cli.Context) error {