summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorSean McNamara <smcnam@gmail.com>2009-01-07 23:29:16 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-12 20:35:40 +0100
commit1982bb7fd42f7b6d95fbccb2d90bc8627e4612a6 (patch)
tree7d0a7b11c847a490d622a6eeb60d6f0110c0f833 /src/daemon
parent8cc548dfc64c03629b272dfa1ebe4485d1e263bd (diff)
--check: Updated manpage slightly and pulseaudio --help slightly.
It's good for new users - I didn't know about the convention for daemon checks to only bump the exit code until, say, a year after I first installed Linux. Of course, we could also put an entire guide to using Linux in our manpage, or tell users how to check the exit code with $?, or how to get to the terminal, or an example script, ... (you can see how this would quickly get out of control). So just a little bit more hint should be good for now. John? Does this work for you? Sean Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c
index fbd6dc32..3a42bbde 100644
--- a/src/daemon/cmdline.c
+++ b/src/daemon/cmdline.c
@@ -124,7 +124,7 @@ void pa_cmdline_help(const char *argv0) {
" --cleanup-shm Cleanup stale shared memory segments\n"
" --start Start the daemon if it is not running\n"
" -k --kill Kill a running daemon\n"
- " --check Check for a running daemon\n\n"
+ " --check Check for a running daemon (only returns exit code)\n\n"
"OPTIONS:\n"
" --system[=BOOL] Run as system-wide instance\n"