mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #269 from laijs/runc-start-usage
update the command usage for `runc start`
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user