From 9df07e6709bb674e530fd180de65c7fe5f8947b7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 17 Jan 2026 16:18:56 +0100 Subject: [PATCH] spd-say: Note that -w is not the default --- src/clients/say/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/say/options.c b/src/clients/say/options.c index 654003028..8c8315192 100644 --- a/src/clients/say/options.c +++ b/src/clients/say/options.c @@ -65,6 +65,7 @@ void options_print_help(char *argv[]) assert(argv[0]); printf(_("send text-to-speech output request to speech-dispatcher\n\n")); + printf(_("note that unless -w is given, %s does not wait for speech completion\n\n"), argv[0]); printf(_("Usage: %s [options] \"some text\"\n\n"), argv[0]); printf(_("Options:\n"));