Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 1/4] Fix typo



Signed-off-by: Nikolai Weibull <now@xxxxxxxx>
---
 Completion/Unix/Command/_git |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index bf22a3c..3694d4a 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3070,7 +3070,7 @@ _git-cvsexportcommit () {
     '-m[prepend the commit message with the provided prefix]:message prefix' \
     '-u[update affected files from CVS repository before attempting export]' \
     '-k[reverse CVS keyword expansion]' \
-    '-w[specify location of cVS checkout to use for export]' \
+    '-w[specify location of CVS checkout to use for export]' \
     '-W[use current working directory for bot Git and CVS checkout]' \
     '-v[verbose output]' \
     '-h[display usage]' \
-- 
1.7.4.1



Messages sorted by: Reverse Date, Date, Thread, Author