Skip to content

Commit

Permalink
Fix syntax error: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 10, 2014
1 parent 2c007c4 commit f69eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/grn2drn
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ option_parser = OptionParser.new do |parser|
end

parser.on("-e, --encoding=ENCODING",
"Read input dump as strings encoded in ENCODING"
"Read input dump as strings encoded in ENCODING",
"(#{options.encoding})") do |encoding|
options.encoding = encoding
end
Expand Down

0 comments on commit f69eab2

Please sign in to comment.