Skip to content

Commit 6ac64e5

Browse files
committed
review
1 parent d1ce705 commit 6ac64e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/help.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func newHelpCommand(logger logutils.Log) *helpCommand {
7070
fs := lintersCmd.Flags()
7171
fs.SortFlags = false // sort them as they are defined here
7272

73-
fs.BoolVar(&c.opts.JSON, "json", true, color.GreenString("Display as JSON"))
73+
fs.BoolVar(&c.opts.JSON, "json", false, color.GreenString("Display as JSON"))
7474

7575
c.cmd = helpCmd
7676

0 commit comments

Comments
 (0)