mirror of
https://github.com/containers/skopeo.git
synced 2025-06-29 08:07:37 +00:00
Include the mandatory --output option in synopsis of (skopeo standalone-sign)
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
a37251289a
commit
22908fb3e8
@ -18,7 +18,7 @@ type standaloneSignOptions struct {
|
|||||||
func standaloneSignCmd() *cobra.Command {
|
func standaloneSignCmd() *cobra.Command {
|
||||||
opts := standaloneSignOptions{}
|
opts := standaloneSignOptions{}
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "standalone-sign [command options] MANIFEST DOCKER-REFERENCE KEY-FINGERPRINT",
|
Use: "standalone-sign [command options] MANIFEST DOCKER-REFERENCE KEY-FINGERPRINT --output|-o SIGNATURE",
|
||||||
Short: "Create a signature using local files",
|
Short: "Create a signature using local files",
|
||||||
RunE: commandAction(opts.run),
|
RunE: commandAction(opts.run),
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
skopeo\-standalone-sign - Debugging tool - Publish and sign an image in one step.
|
skopeo\-standalone-sign - Debugging tool - Publish and sign an image in one step.
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
**skopeo standalone-sign** [*options*] _manifest_ _docker-reference_ _key-fingerprint_
|
**skopeo standalone-sign** [*options*] _manifest_ _docker-reference_ _key-fingerprint_ **--output**|**-o** _signature_
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
This is primarily a debugging tool, or useful for special cases,
|
This is primarily a debugging tool, or useful for special cases,
|
||||||
|
Loading…
Reference in New Issue
Block a user