Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent ea1dfa1 commit aceb71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/command/base.rb
Expand Up @@ -29,7 +29,7 @@ def parse_options(&block)

option.separator("Connections:")
option.on(:host=,
"Host name of the engine node."
"Host name of the engine node.",
:default => Client::DEFAULT_HOST)
option.on(:port=,
"Port number to communicate with the engine.",
Expand Down

0 comments on commit aceb71f

Please sign in to comment.