Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] syntax correction to fit iproute syntax



From cc7ecb1f53f5681bb27bd0599b60e04fb5521114 Mon Sep 17 00:00:00 2001
From: Michal Halenka <michal.halenka@xxxxxxxxx>
Date: Mon, 13 Aug 2012 19:47:11 +0200
Subject: [PATCH] syntax correction to fit iproute syntax

---
 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 8cfe5bd..411af46 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[@]")

-- 
1.7.8.6


Messages sorted by: Reverse Date, Date, Thread, Author