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 Jun 18, 2018
1 parent 012e220 commit 7c44263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga-query-log/command/verify-server.rb
Expand Up @@ -150,7 +150,7 @@ def create_parser

parser.on("--[no-]stop-on-failure",
"Stop execution on the first failure",
"(#{@options.stop_on_failure})") do |boolean|
"(#{@options.stop_on_failure?})") do |boolean|
@options.stop_on_failure = boolean
end

Expand Down

0 comments on commit 7c44263

Please sign in to comment.