diff options
author | Alan Conway <aconway@apache.org> | 2008-11-27 15:13:26 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-11-27 15:13:26 +0000 |
commit | 7082bfea37915f8a8f192a198211968ec5672e89 (patch) | |
tree | cf38c410f5f6fd566a33147672ea01d434e67468 /cpp | |
parent | 93b8e8b3ef1dc47c1d3ad01f04f42a2af6ed7e62 (diff) | |
download | qpid-python-7082bfea37915f8a8f192a198211968ec5672e89.tar.gz |
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
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/posix/QpiddBroker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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") |