mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0
This commit is contained in:
parent
ae059841b0
commit
ef1f9e1978
7 changed files with 14 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ local args
|
|||
if [[ $service = g* || $OSTYPE != *bsd* ]]; then
|
||||
# GNU coreutils as opposed to Free/NetBSD implementation
|
||||
args=(
|
||||
'(-v --verbose)'{-v,--verbose}'[indicate when signal is sent upon timeout]'
|
||||
'(- *)--help[display usage information]'
|
||||
'(- *)--version[display version information]'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue