correct completion option name to "--no-gui"
This commit is contained in:
parent
43f4bd632b
commit
d93979c527
1 changed files with 1 additions and 1 deletions
|
@ -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]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue