about summary refs log tree commit diff
path: root/Completion/Unix/Command/_cvs
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-08-05 10:17:13 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-08-05 10:17:13 +0000
commit6715bc154ee68617f064cc70b5c8e42f6bfe4b9c (patch)
tree8a98ffc3aacce575a9c012fc80254e06c3ff068e /Completion/Unix/Command/_cvs
parent1f8c031467c398419b758f3d3be38d1ace2aa204 (diff)
downloadzsh-6715bc154ee68617f064cc70b5c8e42f6bfe4b9c.tar.gz
zsh-6715bc154ee68617f064cc70b5c8e42f6bfe4b9c.tar.xz
zsh-6715bc154ee68617f064cc70b5c8e42f6bfe4b9c.zip
fix _cvs quoting bug, new _cdrecord and remove _archie (archie servers are gone)
Diffstat (limited to 'Completion/Unix/Command/_cvs')
-rw-r--r--Completion/Unix/Command/_cvs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs
index b687f9874..0643310d1 100644
--- a/Completion/Unix/Command/_cvs
+++ b/Completion/Unix/Command/_cvs
@@ -238,8 +238,8 @@ _cvs_diff() {
     "($ofwuc $oss -F --show-function-line=)"{-F+,--show-function-line=}'[show the most recent line matching regex]:regex' \
     "($of $ouc $oss)--brief[output only whether files differ]" \
     "($of $ouc $oss)"{-e,--ed}'[output an ed script]' \
-    "($of $ouc $oss)"{-f,--forward-ed}'[output a reversed ed script]" \
-    "($of $ouc $oss)"{-n,--rcs}'[RCS format diff]" \
+    "($of $ouc $oss)"{-f,--forward-ed}'[output a reversed ed script]' \
+    "($of $ouc $oss)"{-n,--rcs}'[RCS format diff]' \
     "($of $ouc)--side-by-side[output in two columns]" \
     "($of $ouc)-y[output in two columns]" \
     "($ofwy $ouc -W --width)"{-W+,--width=}'[set size of line]:number of characters per line' \