Author: gsim
Date: Mon May 21 03:13:52 2007
New Revision: 540097

URL: http://svn.apache.org/viewvc?view=rev&rev=540097
Log:
Added back -s short option for store lib.


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?view=diff&rev=540097&r1=540096&r2=540097
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Mon May 21 
03:13:52 2007
@@ -61,7 +61,7 @@
          "Connection backlog limit for server socket.")
         ("staging-threshold", optValue(stagingThreshold, "N"),
          "Messages over N bytes are staged to disk.")
-        ("store", optValue(store,"LIBNAME"),
+        ("store,s", optValue(store,"LIBNAME"),
          "Name of message store shared library.");
 }
 


Reply via email to