1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-07 19:16:57 +01:00

unposted: correct typo in _xclip

This commit is contained in:
Oliver Kiddle 2017-07-26 23:42:29 +02:00
parent aaa0c90d40
commit 18c3c12bf0
2 changed files with 3 additions and 1 deletions

View file

@ -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,

View file

@ -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]" \