Added missing command-line flags to ssh-copy-id completion

See ssh-copy-id(1)
This commit is contained in:
nmeum 2013-05-31 23:30:23 +02:00
parent 53dd086f56
commit d068f2858b
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: