Skip to content

Commit

Permalink
Merge pull request #30 from bryant1410/patch-1
Browse files Browse the repository at this point in the history
Output file should be csv in help
  • Loading branch information
jehiah committed Apr 1, 2016
2 parents 28c2796 + 60ddc08 commit 7c45cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type LineReader interface {

var (
inputFile = flag.String("i", "", "/path/to/input.json (optional; default is stdin)")
outputFile = flag.String("o", "", "/path/to/output.json (optional; default is stdout)")
outputFile = flag.String("o", "", "/path/to/output.csv (optional; default is stdout)")
outputDelim = flag.String("d", ",", "delimiter used for output values")
verbose = flag.Bool("v", false, "verbose output (to stderr)")
showVersion = flag.Bool("version", false, "print version string")
Expand Down

0 comments on commit 7c45cd2

Please sign in to comment.