Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
a VERY little patch for _ssh
- X-seq: zsh-workers 12097
 
- From: Jan Fedak <J.Fedak@xxxxxxxxxx>
 
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: a VERY little patch for _ssh
 
- Date: Wed, 28 Jun 2000 10:36:45 +0200
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Hello.
Could you consider adding the following little patch for _ssh?
Thanks, Jan
-- 
  Jan Fedak                            talk:jack@xxxxxxxxxxxxxxxxxx
  mailto:J.Fedak@xxxxxxxxxx                    mailto:jack@xxxxxxxx
                Linux - the ultimate NT Service Pack.  
--- zsh-3.1.9-dev-1/Completion/User/_ssh	Sun May 21 20:31:27 2000
+++ zsh-3.1.9-dev-mine/Completion/User/_ssh	Sun May 21 20:34:28 2000
@@ -33,7 +33,7 @@
       '-l[specify login name]:login name:_ssh_users' \
       '-n[redirect stdin from /dev/null]' \
       '*-o[specify extra options]:option string:->option' \
-      '-p[specify port on remote host]:port number on remote host:' \
+      '-p[specify port on remote host]:port number on remote host:_ports' \
       '-q[quiet operation]' \
       '-P[use non priviledged port]' \
       '-t[force pseudo-tty allocation]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author