diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-18 05:47:32 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-18 05:47:32 +0000 |
commit | 6a337633321a3aef52d766e643f0abba7cdad02f (patch) | |
tree | 2e718cc34406ff1c9b8e84b839867db4622eb3c9 /sftp.c | |
parent | a2fec90e0541e993eb336c02bac0351f6ae0448b (diff) | |
download | openssh-git-6a337633321a3aef52d766e643f0abba7cdad02f.tar.gz |
- stevesk@cvs.openbsd.org 2001/09/17 20:38:09
[sftp.1 sftp.c]
cleanup and document -1, -s and -S; ok markus@
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,7 +24,7 @@ #include "includes.h" -RCSID("$OpenBSD: sftp.c,v 1.19 2001/09/17 17:57:57 stevesk Exp $"); +RCSID("$OpenBSD: sftp.c,v 1.20 2001/09/17 20:38:09 stevesk Exp $"); /* XXX: commandline mode */ /* XXX: short-form remote directory listings (like 'ls -C') */ @@ -94,8 +94,8 @@ static void usage(void) { fprintf(stderr, - "usage: sftp [-1vC] [-b batchfile] [-F config] [-o option]\n" - " [user@]host[:file [file]]\n"); + "usage: sftp [-1Cv] [-b batchfile] [-F config] [-o option] [-s subsystem|path]\n" + " [-S program] [user@]host[:file [file]]\n"); exit(1); } |