mirror of git://anongit.mindrot.org/openssh.git
- djm@cvs.openbsd.org 2009/08/18 21:15:59
[sftp.1] fix "get" command usage, spotted by jmc@
This commit is contained in:
parent
1b0dd17537
commit
05016b2f99
|
@ -37,6 +37,9 @@
|
||||||
recursive transfer support for get/put and on the commandline
|
recursive transfer support for get/put and on the commandline
|
||||||
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
|
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
|
||||||
with some tweaks by me; "go for it" deraadt@
|
with some tweaks by me; "go for it" deraadt@
|
||||||
|
- djm@cvs.openbsd.org 2009/08/18 21:15:59
|
||||||
|
[sftp.1]
|
||||||
|
fix "get" command usage, spotted by jmc@
|
||||||
|
|
||||||
20091002
|
20091002
|
||||||
- (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
|
- (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
|
||||||
|
|
6
sftp.1
6
sftp.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp.1,v 1.74 2009/08/18 18:36:20 djm Exp $
|
.\" $OpenBSD: sftp.1,v 1.75 2009/08/18 21:15:59 djm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -351,7 +351,7 @@ is specified, then
|
||||||
must specify a directory.
|
must specify a directory.
|
||||||
.Pp
|
.Pp
|
||||||
If ether the
|
If ether the
|
||||||
.Fl Ppr
|
.Fl P
|
||||||
or
|
or
|
||||||
.Fl p
|
.Fl p
|
||||||
flag is specified, then full file permissions and access times are
|
flag is specified, then full file permissions and access times are
|
||||||
|
@ -440,7 +440,7 @@ Create remote directory specified by
|
||||||
.It Ic progress
|
.It Ic progress
|
||||||
Toggle display of progress meter.
|
Toggle display of progress meter.
|
||||||
.It Xo Ic put
|
.It Xo Ic put
|
||||||
.Op Fl P
|
.Op Fl Ppr
|
||||||
.Ar local-path
|
.Ar local-path
|
||||||
.Op Ar remote-path
|
.Op Ar remote-path
|
||||||
.Xc
|
.Xc
|
||||||
|
|
Loading…
Reference in New Issue