diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-10 18:23:30 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-10 18:23:30 +0200 |
commit | bc66a6906c5a1a55c5c9adc7c69f2370327db139 (patch) | |
tree | e000150a4ff3494defad61b69fc765b05e7852b9 /contrib/zsh-completion | |
parent | 5d322f9f0ba3c68e56edd400662eb1ef39e22e6f (diff) | |
download | netctl-bc66a6906c5a1a55c5c9adc7c69f2370327db139.tar.gz netctl-bc66a6906c5a1a55c5c9adc7c69f2370327db139.tar.xz |
Remove multi-version support
Having multiple versions of netcfg around is not supported.
Diffstat (limited to 'contrib/zsh-completion')
-rw-r--r-- | contrib/zsh-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/zsh-completion b/contrib/zsh-completion index 8d05ee4..e05e183 100644 --- a/contrib/zsh-completion +++ b/contrib/zsh-completion @@ -1,4 +1,4 @@ -#compdef netcfg netcfg2=netcfg +#compdef netcfg local -a disp all_options() { |