Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _ssh: add -O forward
- X-seq: zsh-workers 29683
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: _ssh: add -O forward
- Date: Sun, 14 Aug 2011 16:12:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; bh=hH8NTCcEdtIUakH2MEVOAIOLcfKJp2UgITe0EgEovdY=; b=nGmVaLzcU4k8iOcf55o9Xay2R7heDw/dkSs4TFdfs0k3IpVH1KID9DloI6agZ0GWx4 FVy+vcIV5DD6kIBI09dJXxhKHloJ8OgLH2NJxxU+4E7yFzBlRQAEaMCiOWaHpN74hafU pJ3wVvaBEcLlUSS+z5jdD+SeeahqWjdT0kqjo=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
Completion/Unix/Command/_ssh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index d1d1776..524043f 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -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' \
--
1.7.5.4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author