1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-31 20:36:03 +02:00

unposted: remove unused parameter

This commit is contained in:
Doug Kearns 2016-06-14 22:00:29 +10:00
parent 3859aac04e
commit 2162c1a2d2
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2016-06-14 Doug Kearns <dougkearns@gmail.com>
* unposted: Completion/Unix/Command/_cvs: remove unused parameter
2016-06-13 Peter Stephenson <p.stephenson@samsung.com>
* users/21632: Doc/Zsh/params.yo, Src/jobs.c: REPORTMEMORY

View File

@ -3,10 +3,7 @@
# redefine _cvs.
_cvs() {
local extra
# "+Qqrwtnlvb:T:e:d:Hfz:s:xa"
_arguments -s \
'-R[read only access]' \
'-a[authenticate]' \