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 | fbdb5afeab730d63165cd6b99e1be0024436795c (patch) | |
tree | 3ff43bd985a52728881997896179369af290a62b /qpid/cpp/src | |
parent | ab474626452d1365dc1e99da18ffa7fe60886960 (diff) | |
download | qpid-python-fbdb5afeab730d63165cd6b99e1be0024436795c.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@604205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/qpid/broker/Broker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Broker.cpp b/qpid/cpp/src/qpid/broker/Broker.cpp index 1c3fb85ab1..d83eabee06 100644 --- a/qpid/cpp/src/qpid/broker/Broker.cpp +++ b/qpid/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.") |