Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Fix iconvconfig completion --output handling
- X-seq: zsh-workers 38587
- From: Marko Myllynen <myllynen@xxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: [PATCH] Fix iconvconfig completion --output handling
- Date: Fri, 3 Jun 2016 12:20:43 +0300
- 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
- Organization: Red Hat
- Reply-to: Marko Myllynen <myllynen@xxxxxxxxxx>
Pointed out by Daniel in the localedef thread yesterday.
---
 Completion/Linux/Command/_iconvconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Linux/Command/_iconvconfig b/Completion/Linux/Command/_iconvconfig
index 5afb10a..a10e134 100644
--- a/Completion/Linux/Command/_iconvconfig
+++ b/Completion/Linux/Command/_iconvconfig
@@ -4,7 +4,7 @@ local exargs="-? --help --usage -V --version"
 
 _arguments -S -s \
     "($exargs)--nostdlib[do not search system directory]" \
-    "(-o --output= $exargs)"{-o+,--output=}'[specify output file]:output file:_files' \
+    "(-o --output $exargs)"{-o+,--output=}'[specify output file]:output file:_files' \
     "($exargs)--prefix=[specify system dir prefix]:prefix:_files" \
     '(- *)'{-\?,--help}'[display help information]' \
     '(- *)--usage[display a short usage message]' \
Thanks,
-- 
Marko Myllynen
Messages sorted by:
Reverse Date,
Date,
Thread,
Author