Skip to content

Commit

Permalink
update usage description for --output-type json
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Mar 2, 2019
1 parent 5fbb677 commit dcb9627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gocloc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var rowLen = 79
type CmdOptions struct {
Byfile bool `long:"by-file" description:"report results for every encountered source file"`
SortTag string `long:"sort" default:"code" description:"sort based on a certain column"`
OutputType string `long:"output-type" default:"default" description:"output type [values: default,cloc-xml,sloccount]"`
OutputType string `long:"output-type" default:"default" description:"output type [values: default,cloc-xml,sloccount,json]"`
ExcludeExt string `long:"exclude-ext" description:"exclude file name extensions (separated commas)"`
IncludeLang string `long:"include-lang" description:"include language name (separated commas)"`
MatchDir string `long:"match-d" description:"include dir name (regex)"`
Expand Down

0 comments on commit dcb9627

Please sign in to comment.