pasuspender: explain program argument in help
authorS Page <info@skierpage.com>
Tue, 16 Jul 2019 06:23:50 +0000 (06:23 +0000)
committerTanu Kaskinen <tanuk@iki.fi>
Tue, 16 Jul 2019 06:23:50 +0000 (06:23 +0000)
Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/706

src/utils/pasuspender.c

index f1f39b2..1f0c987 100644 (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"),