From 4592751f32cfd2e49147ac0b58f168ada091d73a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 5 Dec 2007 11:12:39 +0000 Subject: unposted: typo in "ip addr replace" completion --- ChangeLog | 5 +++++ Completion/Unix/Command/_ip | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7d8dba60f..2a376bc0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-05 Peter Stephenson + + * unposted: Completion/Unix/Command/_ip: typo in "addr replace" + completion. + 2007-12-03 Peter Stephenson * 24148: configure.ac, Src/utils.c: attempt to use strerror_r() 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