Skip to content

Commit

Permalink
Merge pull request #13 from timperrett/master
Browse files Browse the repository at this point in the history
Fix default format bug - only use one of the constants
  • Loading branch information
timperrett committed Oct 13, 2018
2 parents b17b5cf + 918775e commit 1ae05e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Expand Up @@ -81,7 +81,7 @@ func main() {
},
cli.StringFlag{
Name: "format, f",
Value: "yaml",
Value: YAML,
Usage: "Encoding format to use; present options are '" + YAML + "' or '" + NLDP + "'",
Destination: &genEncodingMode,
},
Expand Down

0 comments on commit 1ae05e4

Please sign in to comment.