about summary refs log tree commit diff
path: root/Completion/Unix/Command/_subversion
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-07-28 15:01:00 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-07-29 17:01:22 +0000
commit0389fc3a7f41e41c4aec3d6d33de7e19b63d3502 (patch)
tree22b7d3473d4b0362eb98facd15a33115d81b6dd1 /Completion/Unix/Command/_subversion
parent8d7b9d013ddb3f8f065ffc881f927cbe4790abef (diff)
downloadzsh-0389fc3a7f41e41c4aec3d6d33de7e19b63d3502.tar.gz
zsh-0389fc3a7f41e41c4aec3d6d33de7e19b63d3502.tar.xz
zsh-0389fc3a7f41e41c4aec3d6d33de7e19b63d3502.zip
unposted: _svnadmin: Tweak state description.
Diffstat (limited to 'Completion/Unix/Command/_subversion')
-rw-r--r--Completion/Unix/Command/_subversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index 3cc9e8a0b..08ba0e846 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -213,7 +213,7 @@ _svnadmin () {
           ${=${${${(M)${(f)"$(_comp_locale; _call_program options svnadmin help $cmd)"#(*Valid options:|(#e))}:#* :*}%% #:*}/ (arg|ARG)/:arg:}/(#b)-([[:alpha:]]) \[--([a-z-]##)\](:arg:)#/(--$match[2])-$match[1]$match[3] (-$match[1])--$match[2]$match[3]}
         )
         if [[ $usage == *REPOS_PATH* ]]; then
-          args+=( ":path:_files -/" )
+          args+=( ":repository path:_files -/" )
         elif [[ $cmd = help ]]; then
           args+=( "*:subcommand:_svnadmin_commands" )
         fi