Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _ssh update
- X-seq: zsh-workers 22105
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: _ssh update
- Date: Sat, 24 Dec 2005 19:59:19 -0500
- In-reply-to: <20051225002847.GA4383@xxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20051225002847.GA4383@xxxxxxxxxxx>
Missed some.
Index: Completion/Unix/Command/_ssh
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
retrieving revision 1.27
diff -u -r1.27 _ssh
--- Completion/Unix/Command/_ssh 25 Dec 2005 00:31:43 -0000 1.27
+++ Completion/Unix/Command/_ssh 25 Dec 2005 00:58:07 -0000
@@ -75,6 +75,9 @@
'-V[show version number]' \
'(-X)-x[disable X11 forwarding]' \
'(-x)-X[enable X11 forwarding]' \
+ '-M[master mode for connection sharing]' \
+ '-S:path to control socket:_files' \
+ '-O:multiplex control command:(check exit)' \
'*-L[specify local port forwarding]:local port forwarding:->forward' \
'*-R[specify remote port forwarding]:remote port forwarding:->forward' \
':remote host name:->userhost' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author