From 968971e63c9c21f24e2a7003addfbd574ada12f0 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 14 Dec 2007 14:38:57 +0000 Subject: 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 --- cpp/src/qpid/broker/Broker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') 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.") -- cgit v1.2.1