about summary refs log tree commit diff
path: root/Completion/Unix/Command/_cvs
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-08-19 07:37:27 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-08-19 07:37:27 +0000
commit62168a3331f43eba1f19f2287a69c18fa527468d (patch)
treef8cb85b7ee28a8737495f5ce6f5ecd71e4c7e8d2 /Completion/Unix/Command/_cvs
parent2976578cc5360dd7d8945f54254b077d80ff03cf (diff)
downloadzsh-62168a3331f43eba1f19f2287a69c18fa527468d.tar.gz
zsh-62168a3331f43eba1f19f2287a69c18fa527468d.tar.xz
zsh-62168a3331f43eba1f19f2287a69c18fa527468d.zip
unposted: remove initial capitalisation from some descriptions
Diffstat (limited to 'Completion/Unix/Command/_cvs')
-rw-r--r--Completion/Unix/Command/_cvs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs
index ec2b95d0e..d3e30479f 100644
--- a/Completion/Unix/Command/_cvs
+++ b/Completion/Unix/Command/_cvs
@@ -367,9 +367,9 @@ _cvs_history_x () {
     'G[merge succeed]' \
     'U[working file was copied]' \
     'W[working file was deleted]' \
-    'A[A file was added]' \
-    'M[A file was modified]' \
-    'R[A file was removed]'
+    'A[a file was added]' \
+    'M[a file was modified]' \
+    'R[a file was removed]'
 }
 
 (( $+functions[_cvs_import] )) ||