Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent 8daf2a5 commit d700df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/droonga-engine-absorb-data
Expand Up @@ -34,11 +34,11 @@ client_options = []
parser.separator("")
parser.separator("Source:")
parser.on("--source-host=HOST",
"Host name of the soruce cluster to be connected.") do |host|
"Host name of the source cluster to be connected.") do |host|
drndump_options += ["--host", host]
end
parser.on("--source-port=PORT", Integer,
"Port number of the soruce cluster to be connected.") do |port|
"Port number of the source cluster to be connected.") do |port|
drndump_options += ["--port", port.to_s]
end

Expand Down

0 comments on commit d700df3

Please sign in to comment.