diff options
author | Damien Miller <djm@mindrot.org> | 2003-01-14 22:22:11 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-01-14 22:22:11 +1100 |
commit | 0141319d859ace49008c9a9923f6b448190786b3 (patch) | |
tree | 5ec7d4ae7de9e4d4dbfb40477134be1e185d4810 /sftp-int.c | |
parent | 7d9012729123a55cbed793028618c81339309cbb (diff) |
- (djm) OpenBSD CVS Sync
- fgsch@cvs.openbsd.org 2003/01/10 23:23:24
[sftp-int.c]
typo; from Nils Nordman <nino at nforced dot com>.
Diffstat (limited to 'sftp-int.c')
-rw-r--r-- | sftp-int.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-int.c b/sftp-int.c index 88b0530ab..111d19031 100644 --- a/sftp-int.c +++ b/sftp-int.c | |||
@@ -25,7 +25,7 @@ | |||
25 | /* XXX: recursive operations */ | 25 | /* XXX: recursive operations */ |
26 | 26 | ||
27 | #include "includes.h" | 27 | #include "includes.h" |
28 | RCSID("$OpenBSD: sftp-int.c,v 1.52 2003/01/10 08:19:07 fgsch Exp $"); | 28 | RCSID("$OpenBSD: sftp-int.c,v 1.53 2003/01/10 23:23:24 fgsch Exp $"); |
29 | 29 | ||
30 | #include "buffer.h" | 30 | #include "buffer.h" |
31 | #include "xmalloc.h" | 31 | #include "xmalloc.h" |
@@ -137,7 +137,7 @@ help(void) | |||
137 | printf("ls [path] Display remote directory listing\n"); | 137 | printf("ls [path] Display remote directory listing\n"); |
138 | printf("lumask umask Set local umask to 'umask'\n"); | 138 | printf("lumask umask Set local umask to 'umask'\n"); |
139 | printf("mkdir path Create remote directory\n"); | 139 | printf("mkdir path Create remote directory\n"); |
140 | printf("preogress Toggle display of progress meter\n"); | 140 | printf("progress Toggle display of progress meter\n"); |
141 | printf("put local-path [remote-path] Upload file\n"); | 141 | printf("put local-path [remote-path] Upload file\n"); |
142 | printf("pwd Display remote working directory\n"); | 142 | printf("pwd Display remote working directory\n"); |
143 | printf("exit Quit sftp\n"); | 143 | printf("exit Quit sftp\n"); |