zsh-workers
 help / color / mirror / code / Atom feed
From: Marko Myllynen <myllynen@redhat.com>
To: zsh workers <zsh-workers@zsh.org>
Subject: [PATCH] Fix iconvconfig completion --output handling
Date: Fri, 3 Jun 2016 12:20:43 +0300	[thread overview]
Message-ID: <57514BEB.8080402@redhat.com> (raw)

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


             reply	other threads:[~2016-06-03  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03  9:20 Marko Myllynen [this message]
2016-06-03 20:40 ` Daniel Shahaf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57514BEB.8080402@redhat.com \
    --to=myllynen@redhat.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).