diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-03-14 19:56:18 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-04-10 10:12:43 -0400 |
commit | 30cd5880addf928908817f5e433ea993c83db912 (patch) | |
tree | 5587789d55132e41ee71f841b7cc8df824e41ad2 /zsh-completion | |
parent | 230a127bc8fdf638a0ecccecf43cfed425f30468 (diff) | |
download | mirror-ponymix-30cd5880addf928908817f5e433ea993c83db912.tar.gz mirror-ponymix-30cd5880addf928908817f5e433ea993c83db912.tar.bz2 mirror-ponymix-30cd5880addf928908817f5e433ea993c83db912.zip |
add version function, wire it up from the makefile
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]' \ |