From 16600ce40c4c140ea45385e9025b598c6e6513de Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 11 Oct 2024 15:10:42 +0000 Subject: [PATCH] pacat: break --device option description in 100 chars --- src/utils/pacat.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/utils/pacat.c b/src/utils/pacat.c index e656dee1b..21e17e011 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -681,7 +681,10 @@ static void help(const char *argv0) { " -p, --playback Create a connection for playback\n\n" " -v, --verbose Enable verbose operations\n\n" " -s, --server=SERVER The name of the server to connect to\n" - " -d, --device=DEVICE The name of the sink/source to connect to. The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@ can be used to specify the default sink, source and monitor respectively.\n" + " -d, --device=DEVICE The name of the sink/source to connect to. + " The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and\n" + " @DEFAULT_MONITOR@ can be used to specify the default sink,\n" + " source and monitor respectively.\n" " -n, --client-name=NAME How to call this client on the server\n" " --stream-name=NAME How to call this stream on the server\n" " --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"