diff options
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: |