Skip to content

Commit

Permalink
fix: minor fix help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Jul 7, 2021
1 parent 3a052c4 commit bc3a78f
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 @@ -35,7 +35,7 @@ func main() {
Name: "missingkey",
Aliases: []string{"m"},
Usage: "Behavior for missing key when parsing variables." +
"Available options 'invalid', 'error' or 'zero'",
" Available options 'invalid', 'error' or 'zero'",
EnvVars: []string{"SUBVARS_MISSINGKEY"},
Value: "invalid",
},
Expand Down

0 comments on commit bc3a78f

Please sign in to comment.