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
commit 321c52a0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {