about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-08-13 19:39:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-08-13 19:39:13 +0000
commita4c85df8eba04bde609c7db05cc3479c61d85f8e (patch)
treede4d23ef73b4a2c0bcb3fdd2b3ff43e7b748dabc
parent3cdf730e52cca1274dec3853c0687d1553239b62 (diff)
downloadzsh-a4c85df8eba04bde609c7db05cc3479c61d85f8e.tar.gz
zsh-a4c85df8eba04bde609c7db05cc3479c61d85f8e.tar.xz
zsh-a4c85df8eba04bde609c7db05cc3479c61d85f8e.zip
Michal Halenika: 30608: _ip syntax fix
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_ip2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4978f2fb7..d5789aa4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Michal Halenka: 30608: Completion/Unix/Command/_ip: del rather
+	delete tunnel.
+
 2012-08-13  Peter Stephenson  <pws@csr.com>
 
 	* Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient
@@ -16488,5 +16493,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5689 $
+* $Revision: 1.5690 $
 *****************************************************
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip
index 8cfe5bdab..411af461b 100644
--- a/Completion/Unix/Command/_ip
+++ b/Completion/Unix/Command/_ip
@@ -419,7 +419,7 @@ _regex_words \
   'h*elp:show help for command' \
   'a*dd:add a new IP tunnel:$tunnel_add_cmds' \
   'c*hange:change an existing IP tunnel:$tunnel_add_cmds' \
-  'd*elete:destroy an IP tunnel:$tunnel_add_cmds' \
+  'd*el:destroy an IP tunnel:$tunnel_add_cmds' \
   's*how:list IP tunnels'
 tunnel_cmds=("$reply[@]")