1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

unposted: additional typo fix

This commit is contained in:
Oliver Kiddle 2020-01-11 17:41:14 +01:00
parent 5482d65d5c
commit 06a9af4f59
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2020-01-11 Oliver Kiddle <okiddle@yahoo.co.uk>
* unposted: Completion/Unix/Command/_cat: additional typo fix
* Eitan: 45280: Completion/Unix/Command/_git: add -local
variants to completed date formats

View file

@ -51,7 +51,7 @@ elif [[ $OSTYPE = solaris* ]]; then
'*: :_files'
)
else
# POSIX reqires '-u', and most OSes may support '-n'
# POSIX requires '-u', and most OSes may support '-n'
args=(
'-n[number all output lines]'
'-u[do not buffer output]'