Skip to content

Commit

Permalink
Correct help text of triangulate cmd (#3551)
Browse files Browse the repository at this point in the history
Signed-off-by: michaelvl <[email protected]>
  • Loading branch information
michaelvl authored Feb 28, 2024
1 parent 86921c7 commit 40dd4c3
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 40dd4c3

Please sign in to comment.