You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2008/11/27 16:13:26 UTC

svn commit: r721198 - /incubator/qpid/trunk/qpid/cpp/src/posix/QpiddBroker.cpp

Author: aconway
Date: Thu Nov 27 07:13:26 2008
New Revision: 721198

URL: http://svn.apache.org/viewvc?rev=721198&view=rev
Log:
Fix anachronism in --daemon option description.

Modified:
    incubator/qpid/trunk/qpid/cpp/src/posix/QpiddBroker.cpp

Modified: incubator/qpid/trunk/qpid/cpp/src/posix/QpiddBroker.cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/posix/QpiddBroker.cpp?rev=721198&r1=721197&r2=721198&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/posix/QpiddBroker.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/posix/QpiddBroker.cpp Thu Nov 27 07:13:26 2008
@@ -69,7 +69,7 @@
         piddir += "/.qpidd";
 
         addOptions()
-            ("daemon,d", optValue(daemon), "Run as a daemon. --log-output defaults to syslog in this mode.")
+            ("daemon,d", optValue(daemon), "Run as a daemon. Logs to syslog by default in this mode.")
             ("transport", optValue(transport, "TRANSPORT"), "The transport for which to return the port")
             ("pid-dir", optValue(piddir, "DIR"), "Directory where port-specific PID file is stored")
             ("wait,w", optValue(wait, "SECONDS"), "Sets the maximum wait time to initialize the daemon. If the daemon fails to initialize, prints an error and returns 1")