diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-12-05 11:12:39 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-12-05 11:12:39 +0000 |
| commit | 4592751f32cfd2e49147ac0b58f168ada091d73a (patch) | |
| tree | 005c4b743d449948f04e0c8046c9d319033f5271 /Completion/Unix/Command | |
| parent | 24147 (diff) | |
| download | zsh-4592751f32cfd2e49147ac0b58f168ada091d73a.tar zsh-4592751f32cfd2e49147ac0b58f168ada091d73a.tar.gz zsh-4592751f32cfd2e49147ac0b58f168ada091d73a.tar.bz2 zsh-4592751f32cfd2e49147ac0b58f168ada091d73a.tar.lz zsh-4592751f32cfd2e49147ac0b58f168ada091d73a.tar.xz zsh-4592751f32cfd2e49147ac0b58f168ada091d73a.tar.zst zsh-4592751f32cfd2e49147ac0b58f168ada091d73a.zip | |
unposted: typo in "ip addr replace" completion
Diffstat (limited to 'Completion/Unix/Command')
| -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 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' |
