diff options
author | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-11-01 18:28:43 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-11-14 14:24:13 +0200 |
commit | 7d9e792d164a0c5af059a2c797ad8e4bfaa349e9 (patch) | |
tree | 5ab90c7411dfde1d06e67bc72dfd256ea7226381 /shell-completion | |
parent | f48c16113a4428f33f4a2c1f6801fce634885b93 (diff) |
shell-completion: zsh: Fix the set-card-profile description
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_pulseaudio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_pulseaudio b/shell-completion/zsh/_pulseaudio index c76d95832..c7d68f5e1 100644 --- a/shell-completion/zsh/_pulseaudio +++ b/shell-completion/zsh/_pulseaudio @@ -248,7 +248,7 @@ _pactl_completion() { 'move-source-output: move a recording stream to a source' 'suspend-sink: suspend or resume a sink' 'suspend-source: suspend or resume a source' - 'set-card-profile: set a card profile:cards:_cards' + 'set-card-profile: set a card profile' 'set-default-sink: set the default sink' 'set-default-source: set the default source' 'set-sink-port: set the sink port of a sink' |