From bc66a6906c5a1a55c5c9adc7c69f2370327db139 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 10 Apr 2012 18:23:30 +0200 Subject: Remove multi-version support Having multiple versions of netcfg around is not supported. --- contrib/bash-completion | 1 - contrib/zsh-completion | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/bash-completion b/contrib/bash-completion index f7273aa..dab52ea 100644 --- a/contrib/bash-completion +++ b/contrib/bash-completion @@ -47,4 +47,3 @@ _netcfg () } complete -F _netcfg netcfg -complete -F _netcfg netcfg2 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() { -- cgit v1.2.3-24-g4f1b