optimal help info for ctr cli.

Signed-off-by: Jizhong Jiang <jiangjizhong@gmail.com>
This commit is contained in:
Jizhong Jiang 2017-01-25 14:16:13 +08:00
parent 682a37f25c
commit f5615b0225
2 changed files with 7 additions and 5 deletions

View file

@ -10,8 +10,9 @@ import (
)
var inspectCommand = cli.Command{
Name: "inspect",
Usage: "inspect a container",
Name: "inspect",
Usage: "inspect a container",
ArgsUsage: "CONTAINER",
Action: func(context *cli.Context) error {
executionService, err := getExecutionService(context)
if err != nil {