diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-03 10:19:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-03 10:19:20 +0000 |
commit | 07f11ba6bf609797f42c1ac768184b359a4e6ad7 (patch) | |
tree | 0005e93a38aa9fae381009ca807066658b676b0e /Completion/Unix/Command | |
parent | 3d215fd53ed47cbec57283509b2b3c36165303dd (diff) | |
download | zsh-07f11ba6bf609797f42c1ac768184b359a4e6ad7.tar.gz zsh-07f11ba6bf609797f42c1ac768184b359a4e6ad7.tar.xz zsh-07f11ba6bf609797f42c1ac768184b359a4e6ad7.zip |
unposted: improve svn import from users/10570
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_subversion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 867c2bcf2..461eb0770 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -61,7 +61,7 @@ _svn () { ;; (import) args+=( - '1:project directory:_files -/' + '1:project directory or import location: _alternative "files:file:_files" "urls:URL:_svn_urls"' '2:import location: _alternative "files:file:_files" "urls:URL:_svn_urls"' ) ;; |