From e84adfe6cb9031d946ee22be8634f1ef9290b236 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 29 Apr 2009 12:32:37 +0000 Subject: 26899: Ingmar Vanhassel: complete ssh -Y --- ChangeLog | 4 +++- Completion/Unix/Command/_ssh | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abffe2c0a..d9fce4c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-04-29 Peter Stephenson + * 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 $ ***************************************************** diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 293732cfd..438ecc215 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -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)' \ -- cgit 1.4.1