diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-10-15 19:46:40 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-15 19:46:40 +0000 |
commit | 25e841cdbb523703e9aa3b29710808fc0c9c7d24 (patch) | |
tree | 4c0dc9ea0c2ec5bf68ccd36f23e3b6acaddfa964 /Completion | |
parent | 857d147b5bb1415d008acb5ed6fce941df6c7949 (diff) | |
download | zsh-25e841cdbb523703e9aa3b29710808fc0c9c7d24.tar.gz zsh-25e841cdbb523703e9aa3b29710808fc0c9c7d24.tar.xz zsh-25e841cdbb523703e9aa3b29710808fc0c9c7d24.zip |
23965: add missing bracket in completion for git svnimport.
Diffstat (limited to 'Completion')
-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 5ab64f817..d46c12acc 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2072,7 +2072,7 @@ _git-svnimport () { '-M[attempt to detect merges based on the commit message with custom pattern]:pattern' \ '-o[specify the branch into which you wish to import]:branch' \ '-r[prepend "rX: " to commit messages, where X is the subversion revision]' \ - '-s[specify the change number to start importing from:start-revision' \ + '-s[specify the change number to start importing from]:start-revision' \ '-T[specify the name of the SVN tags directory]:directory:_directories' \ '-t[specify the name of the SVN trunk]:trunk:_directories' \ '-I[import svn:ignore directory property to files with given name]:ignored file:_files' \ |