summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sftp.16
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fedeccbd..f9243d28c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,9 @@
37 recursive transfer support for get/put and on the commandline 37 recursive transfer support for get/put and on the commandline
38 work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code 38 work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
39 with some tweaks by me; "go for it" deraadt@ 39 with some tweaks by me; "go for it" deraadt@
40 - djm@cvs.openbsd.org 2009/08/18 21:15:59
41 [sftp.1]
42 fix "get" command usage, spotted by jmc@
40 43
4120091002 4420091002
42 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 45 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
diff --git a/sftp.1 b/sftp.1
index 21dc5d8d6..1066ea478 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.74 2009/08/18 18:36:20 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.75 2009/08/18 21:15:59 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -351,7 +351,7 @@ is specified, then
351must specify a directory. 351must specify a directory.
352.Pp 352.Pp
353If ether the 353If ether the
354.Fl Ppr 354.Fl P
355or 355or
356.Fl p 356.Fl p
357flag is specified, then full file permissions and access times are 357flag is specified, then full file permissions and access times are
@@ -440,7 +440,7 @@ Create remote directory specified by
440.It Ic progress 440.It Ic progress
441Toggle display of progress meter. 441Toggle display of progress meter.
442.It Xo Ic put 442.It Xo Ic put
443.Op Fl P 443.Op Fl Ppr
444.Ar local-path 444.Ar local-path
445.Op Ar remote-path 445.Op Ar remote-path
446.Xc 446.Xc