diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-03-03 05:58:39 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-03-03 05:58:39 +0000 |
| commit | 5dc73ebebeb64670a24b3db3934735b1859926b7 (patch) | |
| tree | 60380afad7a7bc13002d6fc63e4a8bc3ea09c085 /crypto/openssh/ssh.c | |
| parent | 97d186bc828e5282014db0ca87c0d272c5411c4c (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/ssh.c')
| -rw-r--r-- | crypto/openssh/ssh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/ssh.c b/crypto/openssh/ssh.c index e24003646e92..cfaab2573c19 100644 --- a/crypto/openssh/ssh.c +++ b/crypto/openssh/ssh.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$Id: ssh.c,v 1.40 2000/02/20 20:05:19 markus Exp $"); +RCSID("$Id: ssh.c,v 1.41 2000/02/28 19:51:58 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -95,6 +95,7 @@ usage() fprintf(stderr, " -k Disable Kerberos ticket and AFS token forwarding.\n"); #endif /* AFS */ fprintf(stderr, " -x Disable X11 connection forwarding.\n"); + fprintf(stderr, " -X Enable X11 connection forwarding.\n"); fprintf(stderr, " -i file Identity for RSA authentication (default: ~/.ssh/identity).\n"); fprintf(stderr, " -t Tty; allocate a tty even if command is given.\n"); fprintf(stderr, " -v Verbose; display verbose debugging messages.\n"); |
