Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent f02b2e4 commit 2f8489b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/tester.rb
Expand Up @@ -140,7 +140,7 @@ def create_option_parser(tester, tag)
end

parser.on("--[no-]use-color",
"Enable colorlized output",
"Enable colorized output",
"(auto)") do |use_color|
tester.use_color = use_color
end
Expand Down

0 comments on commit 2f8489b

Please sign in to comment.