mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 09:41:44 +02:00
29683: add -O forward to _ssh.
This commit is contained in:
parent
57ca91ba9d
commit
7ae7996614
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
|||
* 29682: Completion/Zsh/Command/.distfiles,
|
||||
Completion/Zsh/Command/_schedtool: new _schedtool completer.
|
||||
|
||||
* 29683: Completion/Unix/Command/_ssh: add -O forward to _ssh.
|
||||
|
||||
2011-08-16 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* 29650: Src/jobs.c: don't lose the the time info after a
|
||||
|
@ -15278,5 +15280,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5433 $
|
||||
* $Revision: 1.5434 $
|
||||
*****************************************************
|
||||
|
|
|
@ -78,7 +78,7 @@ _ssh () {
|
|||
'(-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)' \
|
||||
'-O:multiplex control command:(check exit forward)' \
|
||||
'*-L[specify local port forwarding]:local port forwarding:->forward' \
|
||||
'*-R[specify remote port forwarding]:remote port forwarding:->forward' \
|
||||
':remote host name:->userhost' \
|
||||
|
|
Loading…
Reference in a new issue