From 7082bfea37915f8a8f192a198211968ec5672e89 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 27 Nov 2008 15:13:26 +0000 Subject: Fix anachronism in --daemon option description. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@721198 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/posix/QpiddBroker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/src/posix/QpiddBroker.cpp b/cpp/src/posix/QpiddBroker.cpp index 906ccc8554..ba1ef640df 100644 --- a/cpp/src/posix/QpiddBroker.cpp +++ b/cpp/src/posix/QpiddBroker.cpp @@ -69,7 +69,7 @@ struct DaemonOptions : public qpid::Options { 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") -- cgit v1.2.1