Merge pull request #269 from laijs/runc-start-usage

update the command usage for `runc start`
This commit is contained in:
Mrunal Patel 2015-09-17 08:39:28 -07:00
commit ef4ad24bb7
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ var startCommand = cli.Command{
cli.StringFlag{
Name: "config-file, c",
Value: "config.json",
Usage: "path to spec file for writing",
Usage: "path to spec config file",
},
cli.StringFlag{
Name: "runtime-file, r",
Value: "runtime.json",
Usage: "path for runtime file for writing",
Usage: "path to runtime config file",
},
},
Action: func(context *cli.Context) {