mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
pasuspender: explain program argument in help
Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/706
This commit is contained in:
parent
e8fe04b2f6
commit
6e392ae84f
1 changed files with 2 additions and 1 deletions
|
|
@ -225,7 +225,8 @@ static void sigchld_callback(pa_mainloop_api *m, pa_signal_event *e, int sig, vo
|
||||||
|
|
||||||
static void help(const char *argv0) {
|
static void help(const char *argv0) {
|
||||||
|
|
||||||
printf(_("%s [options] ... \n\n"
|
printf(_("%s [options] -- PROGRAM [ARGUMENTS ...]\n\n"
|
||||||
|
"Temporarily suspend PulseAudio while PROGRAM runs.\n\n"
|
||||||
" -h, --help Show this help\n"
|
" -h, --help Show this help\n"
|
||||||
" --version Show version\n"
|
" --version Show version\n"
|
||||||
" -s, --server=SERVER The name of the server to connect to\n\n"),
|
" -s, --server=SERVER The name of the server to connect to\n\n"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue