diff options
author | Gordon Sim <gsim@apache.org> | 2007-12-14 14:38:57 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-12-14 14:38:57 +0000 |
commit | 968971e63c9c21f24e2a7003addfbd574ada12f0 (patch) | |
tree | d6ad6b6125bd87406d99f30dbf28987000fd5f6e /cpp | |
parent | 7409998c802dd46ca283a84f6789bd65381b3c2e (diff) | |
download | qpid-python-968971e63c9c21f24e2a7003addfbd574ada12f0.tar.gz |
Changed --store to --store-lib as a simple way to avoid confusing the options parser.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@604205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/qpid/broker/Broker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Broker.cpp b/cpp/src/qpid/broker/Broker.cpp index 1c3fb85ab1..d83eabee06 100644 --- a/cpp/src/qpid/broker/Broker.cpp +++ b/cpp/src/qpid/broker/Broker.cpp @@ -92,7 +92,7 @@ Broker::Options::Options(const std::string& name) : ("staging-threshold", optValue(stagingThreshold, "N"), "Stages messages over N bytes to disk") // TODO: These options need to come from within the store module - ("store,s", optValue(store,"LIBNAME"), + ("store-lib,s", optValue(store,"LIBNAME"), "Tells the broker to use the message store shared library LIBNAME for persistence") ("store-directory", optValue(storeDir,"DIR"), "Store directory location for persistence.") |