Merge pull request #151 from nmeum/master
Updated ssh-copy-id completion
This commit is contained in:
commit
ebadc245c8
|
@ -44,6 +44,10 @@
|
||||||
|
|
||||||
_arguments -A "-*" \
|
_arguments -A "-*" \
|
||||||
'-i+[use identity file]:SSH identity file:_files' \
|
'-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'
|
'1: :_user_at_host'
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
|
Loading…
Reference in New Issue