You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/12/14 15:38:58 UTC

svn commit: r604205 - /incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

Author: gsim
Date: Fri Dec 14 06:38:57 2007
New Revision: 604205

URL: http://svn.apache.org/viewvc?rev=604205&view=rev
Log:
Changed --store to --store-lib as a simple way to avoid confusing the options parser.
 

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp?rev=604205&r1=604204&r2=604205&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Fri Dec 14 06:38:57 2007
@@ -92,7 +92,7 @@
         ("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.")