summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2009-08-18 21:16:00 +0000
committerDamien Miller <djm@cvs.openbsd.org>2009-08-18 21:16:00 +0000
commit8776fa95e92f90266bdfd625a0b403359dc9d8c3 (patch)
tree29838e09d7a5ada94091774389586bd5f39f909f
parent4850a45925b5759425ea4f3418ea1a1fed7c10b6 (diff)
fix "get" command usage, spotted by jmc@
-rw-r--r--usr.bin/ssh/sftp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1
index 21dc5d8d632..1066ea47896 100644
--- a/usr.bin/ssh/sftp.1
+++ b/usr.bin/ssh/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.
.\"
@@ -351,7 +351,7 @@ is specified, then
must specify a directory.
.Pp
If ether the
-.Fl Ppr
+.Fl P
or
.Fl p
flag is specified, then full file permissions and access times are
@@ -440,7 +440,7 @@ Create remote directory specified by
.It Ic progress
Toggle display of progress meter.
.It Xo Ic put
-.Op Fl P
+.Op Fl Ppr
.Ar local-path
.Op Ar remote-path
.Xc