diff options
-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[@]") # |