10
0
Fork 0

cli argument corrected

This commit is contained in:
Kevin Redon 2011-05-06 13:04:30 +02:00
parent 66ea1d8973
commit 3b9f881cbb
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ while arg=ARGV.shift do
when "--socket","-s"
param = ARGV.shift
@socket = param if param
when "--tcp","-t"
when "--port","-p"
param = ARGV.shift.to_i
@tcp = param if param
when "--host","-l"