aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-06 13:04:30 +0200
committerKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-06 13:04:30 +0200
commit3b9f881cbbb6b6aa39454c0c559bc0b4828ea14f (patch)
tree2e35c3fc1f2376876de655cc66980135f7c36319
parent66ea1d8973bae204a8e4f255b84c8c51b0d7113b (diff)
cli argument corrected
-rwxr-xr-xsrc/demo_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo_client.rb b/src/demo_client.rb
index 480dfbb..9ee3dea 100755
--- a/src/demo_client.rb
+++ b/src/demo_client.rb
@@ -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"