- (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>.
This commit is contained in:
parent
7d90127291
commit
0141319d85
10
ChangeLog
10
ChangeLog
|
@ -1,4 +1,10 @@
|
|||
20030103
|
||||
20030114
|
||||
- (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>.
|
||||
|
||||
20030113
|
||||
- (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
|
||||
detection to configure.ac. Prompted by stevesk@
|
||||
- (djm) Bug #467: Add a --disable-strip option to turn off stripping of
|
||||
|
@ -1000,4 +1006,4 @@
|
|||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||
ok provos@
|
||||
|
||||
$Id: ChangeLog,v 1.2566 2003/01/13 05:55:22 djm Exp $
|
||||
$Id: ChangeLog,v 1.2567 2003/01/14 11:22:11 djm Exp $
|
||||
|
|
|
@ -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 "buffer.h"
|
||||
#include "xmalloc.h"
|
||||
|
@ -137,7 +137,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");
|
||||
|
|
Loading…
Reference in New Issue