diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-01-10 23:23:25 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-01-10 23:23:25 +0000 |
commit | e74cdb00fc150b72ae1f993251c6ad2e23acb768 (patch) | |
tree | 25d90e958b2cdd63e8bfa61262e6aaa8fa29cb5b | |
parent | 01e7fbad04cdd2188f1f08b2d3ac62d703b80114 (diff) |
typo; from Nils Nordman <nino at nforced dot com>.
-rw-r--r-- | usr.bin/ssh/sftp-int.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-int.c b/usr.bin/ssh/sftp-int.c index de6912abc6a..9abe19a557c 100644 --- a/usr.bin/ssh/sftp-int.c +++ b/usr.bin/ssh/sftp-int.c @@ -25,7 +25,7 @@ /* XXX: recursive operations */ #include "includes.h" -RCSID("$OpenBSD: sftp-int.c,v 1.52 2003/01/10 08:19:07 fgsch Exp $"); +RCSID("$OpenBSD: sftp-int.c,v 1.53 2003/01/10 23:23:24 fgsch Exp $"); #include <glob.h> @@ -139,7 +139,7 @@ help(void) printf("ls [path] Display remote directory listing\n"); printf("lumask umask Set local umask to 'umask'\n"); printf("mkdir path Create remote directory\n"); - printf("preogress Toggle display of progress meter\n"); + printf("progress Toggle display of progress meter\n"); printf("put local-path [remote-path] Upload file\n"); printf("pwd Display remote working directory\n"); printf("exit Quit sftp\n"); |