Merge pull request #269 from laijs/runc-start-usage
update the command usage for `runc start`
This commit is contained in:
commit
ef4ad24bb7
4
start.go
4
start.go
|
@ -24,12 +24,12 @@ var startCommand = cli.Command{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "config-file, c",
|
Name: "config-file, c",
|
||||||
Value: "config.json",
|
Value: "config.json",
|
||||||
Usage: "path to spec file for writing",
|
Usage: "path to spec config file",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "runtime-file, r",
|
Name: "runtime-file, r",
|
||||||
Value: "runtime.json",
|
Value: "runtime.json",
|
||||||
Usage: "path for runtime file for writing",
|
Usage: "path to runtime config file",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Action: func(context *cli.Context) {
|
Action: func(context *cli.Context) {
|
||||||
|
|
Loading…
Reference in New Issue