Merge pull request #746 from sak0/dev

Correct the usage of containerd --config
This commit is contained in:
Qiang Huang 2017-04-20 16:56:46 -05:00 committed by GitHub
commit a9601d1df9

View File

@ -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{