Skip to content

Commit

Permalink
Fix wording on attach attestation help (sigstore#1480)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Luhring <[email protected]>
  • Loading branch information
luhring authored and mlieberman85 committed May 6, 2022
1 parent 8817665 commit a2257b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/options/attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ func (o *AttachAttestationOptions) AddFlags(cmd *cobra.Command) {
o.Registry.AddFlags(cmd)

cmd.Flags().StringVar(&o.Attestation, "attestation", "",
"path to the predicate")
"path to the attestation envelope")
}
2 changes: 1 addition & 1 deletion doc/cosign_attach_attestation.md

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

0 comments on commit a2257b0

Please sign in to comment.