summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ConnectionOptions.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-05-12 13:41:32 +0000
committerAlan Conway <aconway@apache.org>2010-05-12 13:41:32 +0000
commit01eab1a1bcba9efac5f3bafa82eae108b9bcb7b4 (patch)
tree198c8df732b3c8af6a9cb1c74c3d8000fdda2210 /qpid/cpp/src/tests/ConnectionOptions.h
parent228f4d77a71dc3b884a98084bb208c9e3483f0ef (diff)
downloadqpid-python-01eab1a1bcba9efac5f3bafa82eae108b9bcb7b4.tar.gz
Delay generating URL in cluster till global constructors to handle multi-protocol URLs.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@943488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ConnectionOptions.h')
-rw-r--r--qpid/cpp/src/tests/ConnectionOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ConnectionOptions.h b/qpid/cpp/src/tests/ConnectionOptions.h
index 6fd6c2c63f..fe945e9ddd 100644
--- a/qpid/cpp/src/tests/ConnectionOptions.h
+++ b/qpid/cpp/src/tests/ConnectionOptions.h
@@ -39,7 +39,7 @@ struct ConnectionOptions : public qpid::Options,
addOptions()
("broker,b", optValue(host, "HOST"), "Broker host to connect to")
("port,p", optValue(port, "PORT"), "Broker port to connect to")
- ("protocol,P", optValue(protocol, "tcp|rdma"), "Protocol to use for broker connection")
+ ("protocol,P", optValue(protocol, "tcp|ssl|rdma"), "Protocol to use for broker connection")
("virtualhost,v", optValue(virtualhost, "VHOST"), "virtual host")
("username", optValue(username, "USER"), "user name for broker log in.")
("password", optValue(password, "PASSWORD"), "password for broker log in.")