Skip to content

Commit

Permalink
Correct help text of triangulate cmd (sigstore#3551)
Browse files Browse the repository at this point in the history
Signed-off-by: michaelvl <mvl.gh@network42.dk>
  • Loading branch information
michaelvl authored and tommyd450 committed Jun 7, 2024
1 parent 0266cb8 commit e975080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/triangulate.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func Triangulate() *cobra.Command {

cmd := &cobra.Command{
Use: "triangulate",
Short: "Outputs the located cosign image reference. This is the location cosign stores the specified artifact type.",
Short: "Outputs the located cosign image reference. This is the location where cosign stores the specified artifact type.",
Example: " cosign triangulate <IMAGE>",
PersistentPreRun: options.BindViper,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down
2 changes: 1 addition & 1 deletion doc/cosign.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_triangulate.md

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

0 comments on commit e975080

Please sign in to comment.