summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:45:21 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:45:21 +0000
commit0ab2a010794017a7a1314faade2adcdb116e0544 (patch)
tree3b0666df1eebaa24e3ff2a3f1c792bef7da584d6 /ssh.c
parentcf0da4067bc7dc51f3f7bef7ff08b49b3e5af448 (diff)
- deraadt@cvs.openbsd.org 2001/03/01 02:29:04
[ssh.c] shorten usage by a line
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh.c b/ssh.c
index ec6f30e54..cf6b03796 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.98 2001/02/22 21:59:44 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.99 2001/03/01 02:29:04 deraadt Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -161,8 +161,8 @@ usage(void)
161#endif /* AFS */ 161#endif /* AFS */
162 fprintf(stderr, " -X Enable X11 connection forwarding.\n"); 162 fprintf(stderr, " -X Enable X11 connection forwarding.\n");
163 fprintf(stderr, " -x Disable X11 connection forwarding.\n"); 163 fprintf(stderr, " -x Disable X11 connection forwarding.\n");
164 fprintf(stderr, " -i file Identity for public key authentication\n"); 164 fprintf(stderr, " -i file Identity for public key authentication "
165 fprintf(stderr, " (default: ~/.ssh/identity).\n"); 165 "(default: ~/.ssh/identity)\n");
166 fprintf(stderr, " -t Tty; allocate a tty even if command is given.\n"); 166 fprintf(stderr, " -t Tty; allocate a tty even if command is given.\n");
167 fprintf(stderr, " -T Do not allocate a tty.\n"); 167 fprintf(stderr, " -T Do not allocate a tty.\n");
168 fprintf(stderr, " -v Verbose; display verbose debugging messages.\n"); 168 fprintf(stderr, " -v Verbose; display verbose debugging messages.\n");
@@ -174,8 +174,7 @@ usage(void)
174 fprintf(stderr, " -e char Set escape character; ``none'' = disable (default: ~).\n"); 174 fprintf(stderr, " -e char Set escape character; ``none'' = disable (default: ~).\n");
175 175
176 fprintf(stderr, " -c cipher Select encryption algorithm: " 176 fprintf(stderr, " -c cipher Select encryption algorithm: "
177 "``3des'', " 177 "``3des'', ``blowfish''\n");
178 "``blowfish''\n");
179 fprintf(stderr, " -p port Connect to this port. Server must be on the same port.\n"); 178 fprintf(stderr, " -p port Connect to this port. Server must be on the same port.\n");
180 fprintf(stderr, " -L listen-port:host:port Forward local port to remote address\n"); 179 fprintf(stderr, " -L listen-port:host:port Forward local port to remote address\n");
181 fprintf(stderr, " -R listen-port:host:port Forward remote port to local address\n"); 180 fprintf(stderr, " -R listen-port:host:port Forward remote port to local address\n");