diff options
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | 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 bf22a3c9f..3694d4aac 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]' \ |