Navigation Menu

Skip to content

Commit

Permalink
Remove too many ","
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 2084d0d commit 67a878e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-catalog-generate
Expand Up @@ -49,7 +49,7 @@ parser.on("--host=NAME",
"Use the NAME as the host for the current dataset.") do |host|
current_dataset[:host] = host
end
parser.on("--port=PORT",, Integer
parser.on("--port=PORT", Integer
"Use the PORT as the port for the current dataset.") do |port|
current_dataset[:port] = port
end
Expand Down

0 comments on commit 67a878e

Please sign in to comment.