From 65168c749c0b86337705da7a8012c093918c80b7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 29 Apr 2009 16:36:53 +0000 Subject: 26900: Ben Haskell: ssh -Y, -x and -X are mutually exclusive --- Completion/Unix/Command/_ssh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Unix/Command/_ssh') diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 438ecc215..bc207bfd9 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -73,9 +73,9 @@ _ssh () { '(-1 -t)-T[disable pseudo-tty allocation (protocol version 2 only)]' \ '(-q)*-v[verbose mode]' \ '-V[show version number]' \ - '(-X)-x[disable X11 forwarding]' \ - '(-x)-X[enable X11 forwarding]' \ - '-Y[enable trusted X11 forwarding]' \ + '(-X -Y)-x[disable X11 forwarding]' \ + '(-x -Y)-X[enable (untrusted) X11 forwarding]' \ + '(-x -X)-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