From d51976b60a68a83b635c73e3a336fdf144c450ff Mon Sep 17 00:00:00 2001 From: CuiHaozhi Date: Mon, 17 Apr 2017 06:44:18 -0400 Subject: [PATCH] Correct the usage of containerd --config Signed-off-by: CuiHaozhi --- cmd/containerd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/containerd/main.go b/cmd/containerd/main.go index 6c96be449..9ca149ba4 100644 --- a/cmd/containerd/main.go +++ b/cmd/containerd/main.go @@ -61,7 +61,7 @@ func main() { app.Flags = []cli.Flag{ cli.StringFlag{ Name: "config,c", - Usage: "path to the configuration file (Use 'default' to output the default toml)", + Usage: "path to the configuration file", Value: defaultConfigPath, }, cli.StringFlag{