about summary refs log tree commit diff
path: root/Completion/Unix/Command/_cvs
diff options
context:
space:
mode:
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] )) ||