Fix wrnog naming of cert-dir argument

This commit is contained in:
Erez Freiberger 2017-03-19 12:24:29 +02:00
parent bda45f0d60
commit d969934fa4

View File

@ -32,7 +32,7 @@ var inspectCmd = cli.Command{
ArgsUsage: "IMAGE-NAME",
Flags: []cli.Flag{
cli.StringFlag{
Name: "cert-path",
Name: "cert-dir",
Value: "",
Usage: "use certificates at `PATH` (*.crt, *.cert, *.key) to connect to the registry",
},