summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index ce627e8b8..31e604180 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.121 2004/05/21 11:33:11 djm Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.122 2004/05/22 06:32:12 djm Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -521,7 +521,7 @@ process_cmdline(void)
521 if (*s == '\0') 521 if (*s == '\0')
522 goto out; 522 goto out;
523 523
524 if (*s == '?') { 524 if (*s == 'h' || *s == 'H' || *s == '?') {
525 logit("Commands:"); 525 logit("Commands:");
526 logit(" -Lport:host:hostport Request local forward"); 526 logit(" -Lport:host:hostport Request local forward");
527 logit(" -Rport:host:hostport Request remote forward"); 527 logit(" -Rport:host:hostport Request remote forward");