mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 03:24:25 +00:00
Fix wrnog naming of cert-dir argument
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user