diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-27 11:18:33 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-27 11:18:33 +0000 |
commit | e168783d656910a034488d424039dbd2307f9a4c (patch) | |
tree | 9ad017bb2ba3abc32ec2f886e48eb248daf7a1c0 | |
parent | 67bac99c0d40bc4dd6a0ba123107b2b85fcbe56f (diff) | |
download | zsh-e168783d656910a034488d424039dbd2307f9a4c.tar.gz zsh-e168783d656910a034488d424039dbd2307f9a4c.tar.xz zsh-e168783d656910a034488d424039dbd2307f9a4c.zip |
unposted: another _ip typo
-rw-r--r-- | Completion/Unix/Command/_ip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip index e862f0129..66b6923e4 100644 --- a/Completion/Unix/Command/_ip +++ b/Completion/Unix/Command/_ip @@ -434,7 +434,7 @@ _regex_words \ 'a*dd:add multicast address:$maddr_add_cmds' \ 'd*elete:delete multicast address:$maddr_add_cmds' \ 's*how:list multicast addresses:$maddr_show_cmds' -_maddr_cmds=("$reply[@]") +maddr_cmds=("$reply[@]") # |