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:
parent
aaa0c90d40
commit
18c3c12bf0
2 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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]" \
|
||||
|
|
Loading…
Reference in a new issue