summaryrefslogtreecommitdiff
path: root/python/rvi_call.py
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-14 19:32:22 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-08-14 19:32:22 +0200
commit2dd27e3c33de6c2b31e4cdc30a345b3c64e3040a (patch)
tree5620cfbed7605baa2c1325fbbc7ca56157164616 /python/rvi_call.py
parent54974ae9ead2200104cb35b5e34fff8030a06cc9 (diff)
downloadrvi_core-2dd27e3c33de6c2b31e4cdc30a345b3c64e3040a.tar.gz
added svc reg+call tests + bug fixes
Diffstat (limited to 'python/rvi_call.py')
-rwxr-xr-xpython/rvi_call.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rvi_call.py b/python/rvi_call.py
index efe54e6..18bce73 100755
--- a/python/rvi_call.py
+++ b/python/rvi_call.py
@@ -23,7 +23,7 @@ def usage():
print " service Service to invoke in RVI."
print " key=val Named arguments to provide to service."
print
- print "Example: ./callrvi.py http://rvi1.nginfotpdx.net:8801 \\"
+ print "Example: ./callrvi.py -n http://rvi1.nginfotpdx.net:8801 \\"
print " jlr.com/vin/aaron/4711/test/ping \\"
print " arg1=val1 arg2=val2"