From dddf21f85ac025de9d96e7f44e01aff8ce5bb394 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sat, 8 Dec 2007 22:54:29 +0000 Subject: Merge of pws'unposted: typo in "ip addr replace" completion. --- Completion/Unix/Command/_ip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip index e37ca5141..4305d4f85 100644 --- a/Completion/Unix/Command/_ip +++ b/Completion/Unix/Command/_ip @@ -233,7 +233,7 @@ _regex_words \ 'h*elp:show help for command' \ 'a*dd:add new protocol address:$addr_add_cmds' \ 'c*hange:change existing protocol address:$addr_add_cmds' \ - 'r*replace:add or update protocol address:$addr_add_cmds' \ + 'r*eplace:add or update protocol address:$addr_add_cmds' \ 'd*elete:delete protocol address:$addr_del_cmds' \ 's*how:show protocol address:$addr_show_cmds' \ 'f*lush:flush protocol address:$addr_show_cmds' -- cgit 1.4.1