summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/phoenix-test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phoenix-test.py b/src/phoenix-test.py
index 485244f..df89594 100755
--- a/src/phoenix-test.py
+++ b/src/phoenix-test.py
@@ -274,8 +274,8 @@ if __name__ == '__main__':
if testcontact == None:
print "Testcontact option is required"
sys.exit(2)
- if len(args) < 3:
- print "Execpect account argument: CM protocol settings"
+ if len(args) < 2:
+ print "usage: %s connection-manager protocol [settings]" % sys.argv[0]
sys.exit(2)
except getopt.GetoptError, err:
print str(err)