Author: mgoulish
Date: Fri Mar  4 19:16:53 2011
New Revision: 1078107

URL: http://svn.apache.org/viewvc?rev=1078107&view=rev
Log:
QPID-3117
Fix misleading --help info on --sasl-config flag.  
Its argument is not a file, it's a directory.

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

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp?rev=1078107&r1=1078106&r2=1078107&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Fri Mar  4 19:16:53 2011
@@ -152,7 +152,7 @@ Broker::Options::Options(const std::stri
         ("tcp-nodelay", optValue(tcpNoDelay), "Set TCP_NODELAY on TCP 
connections")
         ("require-encryption", optValue(requireEncrypted), "Only accept 
connections that are encrypted")
         ("known-hosts-url", optValue(knownHosts, "URL or 'none'"), "URL to 
send as 'known-hosts' to clients ('none' implies empty list)")
-        ("sasl-config", optValue(saslConfigPath, "FILE"), "gets sasl config 
from nonstandard location")
+        ("sasl-config", optValue(saslConfigPath, "DIR"), "gets sasl config 
info from nonstandard location")
         ("max-session-rate", optValue(maxSessionRate, "MESSAGES/S"), "Sets the 
maximum message rate per session (0=unlimited)")
         ("async-queue-events", optValue(asyncQueueEvents, "yes|no"), "Set 
Queue Events async, used for services like replication")
         ("default-flow-stop-threshold", optValue(queueFlowStopRatio, 
"%MESSAGES"), "Queue capacity level at which flow control is activated.")



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to