Hi,

There's a missing bracket in Nicolas's zsh auto completion file, and here's the patch.

Regards,
Ryan Li
>From 93823049cb61b5b35174e25f0e71f088a2749c48 Mon Sep 17 00:00:00 2001
From: Ryan Li <r...@ryanium.com>
Date: Mon, 7 Sep 2009 12:46:29 +0800
Subject: [PATCH] Added a missing bracket

---
 zsh/_btool |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zsh/_btool b/zsh/_btool
index 3de0bd4..093f9c0 100644
--- a/zsh/_btool
+++ b/zsh/_btool
@@ -11,7 +11,7 @@ _btool_options=(
 	'-N=[Specify which system device, using system specific string]:Device:' \
 	'-c=[Convert address book database to LDIF format, using the specified base DN]:LDIF format:' \
 	'-C=[LDIF attribute name to use when building the FQDN]:LDIF attribute:' \
-	'-a=[Clear database FROM device:Database:' \
+	'-a=[Clear database FROM device]:Database:' \
 	'-d=[Load database FROM device and dump to screen]:Database:' \
 	'-e=[Override endpoint pair detection]:Endpoint:' \
 	'-i=[International charset for string conversions]:International charset:->iconv' \
-- 
1.6.3.3

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to