Navigation Menu

Skip to content

Commit

Permalink
Fix block variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 17, 2014
1 parent 370c571 commit 678ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine
Expand Up @@ -42,7 +42,7 @@ parser.on("--port=PORT", Integer,
end
parser.on("--tag=TAG",
"The tag of the Droonga engine",
"(#{options.tag})") do |name|
"(#{options.tag})") do |tag|
options.tag = tag
end
parser.parse!(ARGV)
Expand Down

0 comments on commit 678ee12

Please sign in to comment.