mirror of
https://github.com/containers/skopeo.git
synced 2025-06-30 00:22:27 +00:00
Fix wrnog naming of cert-dir argument
This commit is contained in:
parent
bda45f0d60
commit
d969934fa4
@ -32,7 +32,7 @@ var inspectCmd = cli.Command{
|
|||||||
ArgsUsage: "IMAGE-NAME",
|
ArgsUsage: "IMAGE-NAME",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "cert-path",
|
Name: "cert-dir",
|
||||||
Value: "",
|
Value: "",
|
||||||
Usage: "use certificates at `PATH` (*.crt, *.cert, *.key) to connect to the registry",
|
Usage: "use certificates at `PATH` (*.crt, *.cert, *.key) to connect to the registry",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user