Skip to content

Commit

Permalink
Fix option description: "sign" --> "verify" (#2306)
Browse files Browse the repository at this point in the history
* Fix option description: "sign" --> "verify"

Signed-off-by: ChristianCiach <[email protected]>

* update docgen

Signed-off-by: cpanato <[email protected]>

Signed-off-by: ChristianCiach <[email protected]>
Signed-off-by: cpanato <[email protected]>
Co-authored-by: cpanato <[email protected]>
  • Loading branch information
ChristianCiach and cpanato authored Oct 7, 2022
1 parent 3ee9fd4 commit 1b498c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion doc/cosign_dockerfile_verify.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/cosign_manifest_verify.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/cosign_verify.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b498c0

Please sign in to comment.