Skip to content

Commit ada00fe

Browse files
authored
Update usage of ./cmd/rekor-cli/ from rekor to rekor-cli (sigstore#417)
Signed-off-by: kpcyrd <git@rxv.cc>
1 parent 4fcdcaa commit ada00fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rekor-cli/app/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
)
4040

4141
var rootCmd = &cobra.Command{
42-
Use: "rekor",
42+
Use: "rekor-cli",
4343
Short: "Rekor CLI",
4444
Long: `Rekor command line interface tool`,
4545
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)