Skip to content

Commit

Permalink
updated flag usage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
engelmi committed Nov 16, 2022
1 parent 380f5af commit 9660e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags/limgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func ParseFlags() Flags {
)

outFormat := flag.String(FlagOutFormat, "tab",
`Output format. Supported values: `,
`Output format. Supported values: tab, json, md.`,
)

verbosity := flag.Uint(FlagVerbosity, 2,
Expand Down

0 comments on commit 9660e3b

Please sign in to comment.