diff options
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | 26 | ||
27 | RCSID("$OpenBSD: sftp.c,v 1.19 2001/09/17 17:57:57 stevesk Exp $"); | 27 | RCSID("$OpenBSD: sftp.c,v 1.20 2001/09/17 20:38:09 stevesk Exp $"); |
28 | 28 | ||
29 | /* XXX: commandline mode */ | 29 | /* XXX: commandline mode */ |
30 | /* XXX: short-form remote directory listings (like 'ls -C') */ | 30 | /* XXX: short-form remote directory listings (like 'ls -C') */ |
@@ -94,8 +94,8 @@ static void | |||
94 | usage(void) | 94 | usage(void) |
95 | { | 95 | { |
96 | fprintf(stderr, | 96 | fprintf(stderr, |
97 | "usage: sftp [-1vC] [-b batchfile] [-F config] [-o option]\n" | 97 | "usage: sftp [-1Cv] [-b batchfile] [-F config] [-o option] [-s subsystem|path]\n" |
98 | " [user@]host[:file [file]]\n"); | 98 | " [-S program] [user@]host[:file [file]]\n"); |
99 | exit(1); | 99 | exit(1); |
100 | } | 100 | } |
101 | 101 | ||