Skip to content

Commit e13a902

Browse files
docs: update debug command usage
1 parent fd3ae37 commit e13a902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func newHookCmd() *cli.Command {
189189
func newDebugCmd() *cli.Command {
190190
return &cli.Command{
191191
Name: "debug",
192-
Usage: "prints usable information for debugging",
192+
Usage: "prints useful information for debugging",
193193
Action: func(ctx *cli.Context) error {
194194
return printDebug()
195195
},

0 commit comments

Comments
 (0)