Skip to content

Commit 1fa89ce

Browse files
author
Chris Gilmer
committed
Use --verbose instead of --debug-logging
1 parent 6bf054d commit 1fa89ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
OutputFlag = "output"
3131

3232
// VerboseFlag is the Verbose Flag
33-
VerboseFlag string = "debug-logging"
33+
VerboseFlag string = "verbose"
3434
)
3535

3636
func stringSliceContains(stringSlice []string, value string) bool {

0 commit comments

Comments
 (0)