diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-18 22:35:52 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-18 22:35:52 +0000 |
commit | 9e2278e0c1917d8441d028b963bb6ad5082f39fa (patch) | |
tree | 5d361644381e797fa52d5397dbeddc31b9a6bd6a | |
parent | 166d91a4809fff831c77084d318d3e4a7a9b6743 (diff) | |
download | zsh-9e2278e0c1917d8441d028b963bb6ad5082f39fa.tar.gz zsh-9e2278e0c1917d8441d028b963bb6ad5082f39fa.tar.xz zsh-9e2278e0c1917d8441d028b963bb6ad5082f39fa.zip |
Nikolai Weibull: 28914: Typo fix in `cvsexportcommit' description
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a93b07381..f3e745261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-18 Frank Terbeck <ft@bewatermyfriend.org> + + * Nikolai Weibull: 28914: Completion/Unix/Command/_git: Typo + fix in `cvsexportcommit' description + 2011-03-16 Frank Terbeck <ft@bewatermyfriend.org> * 28896: Functions/Zle/edit-command-line: unset `monitor' option @@ -14347,5 +14352,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5224 $ +* $Revision: 1.5225 $ ***************************************************** 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]' \ |