Merge pull request #151 from nmeum/master

Updated ssh-copy-id completion
This commit is contained in:
Julien Nicoulaud 2013-06-05 22:54:21 -07:00
commit ebadc245c8
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@
_arguments -A "-*" \
'-i+[use identity file]:SSH identity file:_files' \
'-n+[do a dry-run]' \
'-h+[print usage summary]' \
'-p+[specifiy custom port]' \
'-o+[additional ssh option]' \
'1: :_user_at_host'
# Local Variables: