=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- src/usr.bin/ssh/ssh.c 2001/04/11 10:59:01 1.109 +++ src/usr.bin/ssh/ssh.c 2001/04/11 13:56:13 1.110 @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.109 2001/04/11 10:59:01 markus Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.110 2001/04/11 13:56:13 markus Exp $"); #include #include @@ -171,8 +171,9 @@ fprintf(stderr, " These cause %s to listen for connections on a port, and\n", __progname); fprintf(stderr, " forward them to the other side by connecting to host:port.\n"); fprintf(stderr, " -D port Dynamically forward local port to multiple remote addresses.\n"); - fprintf(stderr, " Allows SSH to act as an application-layer proxy.\n"); - fprintf(stderr, " Protocols Supported: SOCKS4\n"); + fprintf(stderr, " Allows %s to act as an application-layer proxy.\n", + __progname); + fprintf(stderr, " Protocols supported: SOCKS4, SOCKS5, HTTPS\n"); fprintf(stderr, " -C Enable compression.\n"); fprintf(stderr, " -N Do not execute a shell or command.\n"); fprintf(stderr, " -g Allow remote hosts to connect to forwarded ports.\n");