1
0
Fork 0
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:
Oliver Kiddle 2018-01-05 17:17:47 +01:00
parent ae059841b0
commit ef1f9e1978
7 changed files with 14 additions and 4 deletions

View file

@ -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]'
)