zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] syntax correction to fit iproute syntax
@ 2012-08-13 18:05 Michal Halenka
  0 siblings, 0 replies; only message in thread
From: Michal Halenka @ 2012-08-13 18:05 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 829 bytes --]

>From cc7ecb1f53f5681bb27bd0599b60e04fb5521114 Mon Sep 17 00:00:00 2001
From: Michal Halenka <michal.halenka@gmail.com>
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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-13 18:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-13 18:05 [PATCH] syntax correction to fit iproute syntax Michal Halenka

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).