diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-07-14 09:32:29 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-07-14 09:32:29 +0200 |
commit | 1a721156b0a7f86e2d431735be8b8a3cd7803b3f (patch) | |
tree | 9a9744aac1ce70c0c8ae0d764401b3de786bc29e /sftp.c | |
parent | - markus@cvs.openbsd.org 2003/07/10 14:42:28 (diff) | |
download | openssh-1a721156b0a7f86e2d431735be8b8a3cd7803b3f.tar.xz openssh-1a721156b0a7f86e2d431735be8b8a3cd7803b3f.zip |
- markus@cvs.openbsd.org 2003/07/10 20:05:55
[sftp.c]
sync usage with manpage, add missing -R
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -24,7 +24,7 @@ #include "includes.h" -RCSID("$OpenBSD: sftp.c,v 1.36 2003/06/04 12:41:22 djm Exp $"); +RCSID("$OpenBSD: sftp.c,v 1.37 2003/07/10 20:05:55 markus Exp $"); #include "buffer.h" #include "xmalloc.h" @@ -112,8 +112,9 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-vC1] [-b batchfile] [-o option] [-s subsystem|path] [-B buffer_size]\n" - " [-F config] [-P direct server path] [-S program]\n" + "usage: %s [-vC1] [-b batchfile] [-o ssh_option] [-s subsystem | sftp_server]\n" + " [-B buffer_size] [-F ssh_config] [-P sftp_server path]\n" + " [-R num_requests] [-S program]\n" " [user@]host[:file [file]]\n", __progname); exit(1); } |