1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-02 06:40:55 +01:00

26899: Ingmar Vanhassel: complete ssh -Y

This commit is contained in:
Peter Stephenson 2009-04-29 12:32:37 +00:00
parent 17369ebe23
commit e84adfe6cb
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2009-04-29 Peter Stephenson <pws@csr.com>
* 26899: Ingmar Vanhassel: Completion/Unix/Command/_ssh: -Y option
* 26898: Ingmar Vanhassel: configure.ac: don't link
libbind unless really needed.
@ -11634,5 +11636,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4671 $
* $Revision: 1.4672 $
*****************************************************

View file

@ -75,6 +75,7 @@ _ssh () {
'-V[show version number]' \
'(-X)-x[disable X11 forwarding]' \
'(-x)-X[enable X11 forwarding]' \
'-Y[enable trusted X11 forwarding]' \
'-M[master mode for connection sharing]' \
'-S:path to control socket:_files' \
'-O:multiplex control command:(check exit)' \