diff options
Diffstat (limited to 'zsh-completion')
-rw-r--r-- | zsh-completion | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh-completion b/zsh-completion index 4a08a59..c16fbd6 100644 --- a/zsh-completion +++ b/zsh-completion @@ -107,6 +107,8 @@ else '(-c --card -d --device)'{-d,--device}'[Select Device]:devices:_devices' \ - '(help)' \ {-h,--help}'[display this help and exit]' \ + - '(version)' \ + {-V,--version}'[display program version and exit]' \ - '(sink)' \ '--sink[alias to type sink]' \ '--output[alias to type sink]' \ |