summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-07-26 23:42:29 +0200
committerOliver Kiddle <opk@zsh.org>2017-07-26 23:42:38 +0200
commit18c3c12bf0dc0fdbfb9ff79ebf90475a1dadc606 (patch)
tree0413d34168c4cb6d390c3a93f0235e750cce7c91
parentaaa0c90d40d8fe685842d139813abfb11801d1a7 (diff)
downloadzsh-18c3c12bf0dc0fdbfb9ff79ebf90475a1dadc606.tar.gz
zsh-18c3c12bf0dc0fdbfb9ff79ebf90475a1dadc606.tar.xz
zsh-18c3c12bf0dc0fdbfb9ff79ebf90475a1dadc606.zip
unposted: correct typo in _xclip
-rw-r--r--ChangeLog2
-rw-r--r--Completion/X/Command/_xclip2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c658b44d1..b885ac05d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@
 
 2017-07-15  Oliver Kiddle  <opk@zsh.org>
 
+	* 41432: Completion/Unix/Command/_xz: use option grouping
+
 	* 41431: Completion/Linux/Command/_lsblk,
 	Completion/Linux/Command/_ss, Completion/Linux/Command/_strace,
 	Completion/Unix/Command/_diffstat, Completion/Unix/Command/_dig,
diff --git a/Completion/X/Command/_xclip b/Completion/X/Command/_xclip
index 0f689a705..509a15b79 100644
--- a/Completion/X/Command/_xclip
+++ b/Completion/X/Command/_xclip
@@ -10,7 +10,7 @@ _arguments \
   '(-)'{-h,-help}'[display usage information]' \
   '(-selection)-selection[selection to access]:selection:(primary secondary clipboard buffer-cut)' \
   "-noutf8[operate in legacy, non-Unicode, mode]" \
-  '(-r -rmlastnl)ipq{-r,-rmlastnl}'[remove the last newline character if present]' \
+  '(-r -rmlastnl)'{-r,-rmlastnl}'[remove the last newline character if present]' \
   '(-)-version[display version information]' \
   '(-quiet -verbose)-silent[errors only, run in background]' \
   "(-silent -verbose)-quiet[run in foreground, show what's happening]" \