correct completion option name to "--no-gui"

This commit is contained in:
Tilman Kranz 2025-05-25 06:15:14 +02:00
parent 43f4bd632b
commit d93979c527

View file

@ -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]}