diff options
| author | nmeum <git-nmeum@8pit.net> | 2013-05-31 23:30:23 +0200 |
|---|---|---|
| committer | nmeum <git-nmeum@8pit.net> | 2013-05-31 23:30:23 +0200 |
| commit | d068f2858b2d0aed0ae38640acd732d34db59a15 (patch) | |
| tree | 8f018ec2d4c75cdc8a132920a5f1d961b3f91389 /src/_ssh-copy-id | |
| parent | Merge pull request #148 from luolimao/primus (diff) | |
| download | zsh-completions-d068f2858b2d0aed0ae38640acd732d34db59a15.tar zsh-completions-d068f2858b2d0aed0ae38640acd732d34db59a15.tar.gz zsh-completions-d068f2858b2d0aed0ae38640acd732d34db59a15.tar.bz2 zsh-completions-d068f2858b2d0aed0ae38640acd732d34db59a15.tar.lz zsh-completions-d068f2858b2d0aed0ae38640acd732d34db59a15.tar.xz zsh-completions-d068f2858b2d0aed0ae38640acd732d34db59a15.tar.zst zsh-completions-d068f2858b2d0aed0ae38640acd732d34db59a15.zip | |
Added missing command-line flags to ssh-copy-id completion
See ssh-copy-id(1)
Diffstat (limited to 'src/_ssh-copy-id')
| -rw-r--r-- | src/_ssh-copy-id | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_ssh-copy-id b/src/_ssh-copy-id index 1130b25..9df02da 100644 --- a/src/_ssh-copy-id +++ b/src/_ssh-copy-id @@ -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: |
