Correct the usage of containerd --config
Signed-off-by: CuiHaozhi <cuihz@wise2c.com>
This commit is contained in:
parent
bbeaab5ee3
commit
d51976b60a
@ -61,7 +61,7 @@ func main() {
|
|||||||
app.Flags = []cli.Flag{
|
app.Flags = []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "config,c",
|
Name: "config,c",
|
||||||
Usage: "path to the configuration file (Use 'default' to output the default toml)",
|
Usage: "path to the configuration file",
|
||||||
Value: defaultConfigPath,
|
Value: defaultConfigPath,
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user