pasuspender: explain program argument in help

Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/706
This commit is contained in:
S Page 2019-07-16 06:23:50 +00:00 committed by Tanu Kaskinen
parent e8fe04b2f6
commit 6e392ae84f

View file

@ -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) {
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"
" --version Show version\n"
" -s, --server=SERVER The name of the server to connect to\n\n"),