mirror of
https://github.com/containers/skopeo.git
synced 2025-06-29 08:07:37 +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",
|
||||
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",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user