diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2012-03-24 22:46:04 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2012-03-24 22:46:04 +0000 |
commit | f3a1ac84b0f6196c635ed6c7aca902c711f6395b (patch) | |
tree | 89d4bdd9e29b31e2788c750bc72645af95422245 /Completion/Unix | |
parent | ff4b48e001640914d4a2cd8281c774828c46c27c (diff) | |
download | zsh-f3a1ac84b0f6196c635ed6c7aca902c711f6395b.tar.gz zsh-f3a1ac84b0f6196c635ed6c7aca902c711f6395b.tar.xz zsh-f3a1ac84b0f6196c635ed6c7aca902c711f6395b.zip |
30371: _ssh: you can specify -i multiple times
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_ssh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 023232189..8a06bf8bb 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -18,7 +18,7 @@ _ssh () { # for protocol version 2, this can be a comma-separated list '-c+[select encryption cipher]:encryption cipher:(idea des 3des blowfish arcfour tss none)' '-F+[specify alternate config file]:config file:_files' - '-i+[select identity file]:SSH identity file:_files' + '*-i+[select identity file]:SSH identity file:_files' '*-o+[specify extra options]:option string:->option' ) common_transfer=( |