about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-12-08 22:54:29 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-12-08 22:54:29 +0000
commitdddf21f85ac025de9d96e7f44e01aff8ce5bb394 (patch)
treef0ce31ab1a6f97ab364a5b29c72e90b4e15aec5f
parent1c01c68852ff79e0154ea11431d7dcf9367ee24c (diff)
downloadzsh-dddf21f85ac025de9d96e7f44e01aff8ce5bb394.tar.gz
zsh-dddf21f85ac025de9d96e7f44e01aff8ce5bb394.tar.xz
zsh-dddf21f85ac025de9d96e7f44e01aff8ce5bb394.zip
Merge of pws'unposted: typo in "ip addr replace" completion.
-rw-r--r--Completion/Unix/Command/_ip2
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'