shell-completion: Add list-cards to the pacmd completion.

The list-cards command was missing for both of the shell completions.
This fixes it.
This commit is contained in:
poljar (Damir Jelić) 2013-05-22 14:58:10 +02:00 committed by Arun Raghavan
parent b0ee51e19e
commit 126a80f3b9
2 changed files with 2 additions and 1 deletions

View file

@ -329,6 +329,7 @@ _pacmd_completion() {
_pacmd_commands=(
'help: show help and exit'
'list-modules: list modules'
'list-cards: list cards'
'list-sinks: list sinks'
'list-sources: list sources'
'list-clients: list clients'