Skip to content

Commit

Permalink
Fix option description: "sign" --> "verify"
Browse files Browse the repository at this point in the history
This is probably a copy/paste-mistake, since the text is the same as in https://github.com/sigstore/cosign/blob/main/cmd/cosign/cli/options/sign.go

The help text was originally added by sigstore#615

#### Release Note
NONE


Signed-off-by: ChristianCiach <christian.ciach@emsysgrid.de>
  • Loading branch information
ChristianCiach authored Oct 4, 2022
1 parent 1370afe commit 7fad6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/options/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (o *VerifyOptions) AddFlags(cmd *cobra.Command) {
"whether to check the claims found")

cmd.Flags().StringVar(&o.Attachment, "attachment", "",
"related image attachment to sign (sbom), default none")
"related image attachment to verify (sbom), default none")

cmd.Flags().StringVarP(&o.Output, "output", "o", "json",
"output format for the signing image information (json|text)")
Expand Down

0 comments on commit 7fad6fa

Please sign in to comment.