mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
shell-completion: bash: Fix pactl list source-outputs
This commit is contained in:
parent
d6ef0ec3dc
commit
ff5e7b8707
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ _pactl() {
|
|||
local cur prev words cword preprev command
|
||||
local comps
|
||||
local flags='-h --help --version -s --server= --client-name='
|
||||
local list_types='short sinks sources sink-inputs source outputs cards
|
||||
local list_types='short sinks sources sink-inputs source-outputs cards
|
||||
modules samples clients'
|
||||
local commands=(stat info list exit upload-sample play-sample remove-sample
|
||||
load-module unload-module move-sink-input move-source-output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue