Skip to content

Commit 385cc1d

Browse files
committed
review
1 parent d4d0ebc commit 385cc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/help.go

+1-1
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)