cvs: Fix checkout -j non-completion.

This commit is contained in:
Ville Skyttä 2013-05-03 17:02:29 +03:00
parent daaa54100e
commit bb0739fafd

View File

@ -206,7 +206,7 @@ _cvs()
;; ;;
checkout) checkout)
case $prev in case $prev in
-r|-D|j) -r|-D|-j)
return 0 return 0
;; ;;
-d) -d)