mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 19:02:06 +00:00
- djm@cvs.openbsd.org 2002/12/06 05:20:02
[sftp.1] Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
This commit is contained in:
parent
418e078378
commit
d576781829
@ -48,6 +48,9 @@
|
||||
[scp.c]
|
||||
use roundup() similar to rcp/util.c and avoid problems with strange
|
||||
filesystem block sizes, noted by tjr@freebsd.org; ok djm@
|
||||
- djm@cvs.openbsd.org 2002/12/06 05:20:02
|
||||
[sftp.1]
|
||||
Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
|
||||
|
||||
20021205
|
||||
- (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
|
||||
@ -883,4 +886,4 @@
|
||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||
ok provos@
|
||||
|
||||
$Id: ChangeLog,v 1.2528 2002/12/23 02:22:09 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2529 2002/12/23 02:23:37 mouring Exp $
|
||||
|
4
sftp.1
4
sftp.1
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: sftp.1,v 1.36 2002/09/11 22:41:50 djm Exp $
|
||||
.\" $OpenBSD: sftp.1,v 1.37 2002/12/06 05:20:02 djm Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||
.\"
|
||||
@ -224,7 +224,7 @@ Create remote directory specified by
|
||||
.It Xo Ic put
|
||||
.Op Ar flags
|
||||
.Ar local-path
|
||||
.Op Ar local-path
|
||||
.Op Ar remote-path
|
||||
.Xc
|
||||
Upload
|
||||
.Ar local-path
|
||||
|
Loading…
Reference in New Issue
Block a user