mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
--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>
This commit is contained in:
parent
2f681a3d18
commit
81cd21969a
2 changed files with 5 additions and 3 deletions
|
|
@ -130,7 +130,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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue