Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] syntax correction to fit iproute syntax
- X-seq: zsh-workers 30608
- From: Michal Halenka <michal.halenka@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] syntax correction to fit iproute syntax
- Date: Mon, 13 Aug 2012 20:05:34 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TJ27p/5Qswazj6FctfzLfNlQJA2mFnXifOsX3VtS9UY=; b=RNIUY9UUlVIpBtfGpvrlNEVgblDcfmuHIG3eOJqnTeep9SnUhFONTCp3ZeDmIGqlhh vyWBaGmyMKQ+C4SQPcNCugf+As4Nj0dnF6M62v4oh6mtLDECvm7oQ1F6nLX23g2P3+P4 jQjKfeFOvgs3CH+wSTDxEuxuwW8l+3zfuVPpE00nwqaGKwo7sAqxtnhfXaGP3O+MOWMs nF/yzBjjpjp0fWscfzVtAAE9jVU0CL/C/QkzA327FHlM7GO2hnfTYgcrZflv5ZF2BHTY UDzy4aIk1Gnv/hJR/3dXPeXxcorgQTze7yjZeNa33Sn5pqQauzuOSXsUP45BZiqxhd33 CD0w==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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