summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-27 15:13:26 +0000
committerAlan Conway <aconway@apache.org>2008-11-27 15:13:26 +0000
commit1967d9094b8c2d053a9bc96e8c48ab78e27de550 (patch)
tree36347f6069bd6d787d977693002835d4a610f80f /qpid/cpp/src
parentdcf475d01dc452e23dfbb7506fc19442a457f639 (diff)
downloadqpid-python-1967d9094b8c2d053a9bc96e8c48ab78e27de550.tar.gz
Fix anachronism in --daemon option description.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/posix/QpiddBroker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/posix/QpiddBroker.cpp b/qpid/cpp/src/posix/QpiddBroker.cpp
index 906ccc8554..ba1ef640df 100644
--- a/qpid/cpp/src/posix/QpiddBroker.cpp
+++ b/qpid/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")