From d93979c5275f841e8f7cf65c88a7cb80bf00e7c3 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Sun, 25 May 2025 06:15:14 +0200 Subject: [PATCH] correct completion option name to "--no-gui" --- pulseaudio-tcp.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulseaudio-tcp.bash_completion b/pulseaudio-tcp.bash_completion index 522b513..8d8568a 100644 --- a/pulseaudio-tcp.bash_completion +++ b/pulseaudio-tcp.bash_completion @@ -8,7 +8,7 @@ _pulseaudio_tcp_completions() { options \ word - options=( "--debug" "--help" "--nogui" ) + options=( "--debug" "--help" "--no-gui" ) commands=( "start" "stop" "status" "setup" "restart" ) cur=${COMP_WORDS[COMP_CWORD]}