diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-05-11 17:54:43 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-05-11 17:54:43 +0000 |
commit | 4ca5d2995cc4a47e7378bc26468c56a08aeced4c (patch) | |
tree | 22551089488d630952b1cbd0980f5e1972951609 /rb/config/TestUtil.py | |
parent | adding binding test (diff) | |
download | ice-4ca5d2995cc4a47e7378bc26468c56a08aeced4c.tar.bz2 ice-4ca5d2995cc4a47e7378bc26468c56a08aeced4c.tar.xz ice-4ca5d2995cc4a47e7378bc26468c56a08aeced4c.zip |
minor fix
Diffstat (limited to 'rb/config/TestUtil.py')
-rw-r--r-- | rb/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rb/config/TestUtil.py b/rb/config/TestUtil.py index c508c5d92fc..dc3535ecc77 100644 --- a/rb/config/TestUtil.py +++ b/rb/config/TestUtil.py @@ -55,7 +55,7 @@ import sys, os, errno, getopt from threading import Thread def usage(): - print "usage: " + sys.argv[0] + " --debug --protocol protocol --compress --host host --threadPerConnection" + print "usage: " + sys.argv[0] + " --debug --protocol PROT --compress --host HOST --threadPerConnection" sys.exit(2) try: |