diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2019-01-22 07:58:31 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-22 12:42:01 +0100 |
commit | fd8eb1383a34c986a00ef13d745ae9bd3ea21760 (patch) | |
tree | 5397bf34357c8c0d752678b50282da0e99cbfdc6 /sftp.1 | |
parent | upstream: Forgot to add -J to the synopsis. (diff) | |
download | openssh-fd8eb1383a34c986a00ef13d745ae9bd3ea21760.tar.xz openssh-fd8eb1383a34c986a00ef13d745ae9bd3ea21760.zip |
upstream: tweak previous;
OpenBSD-Commit-ID: d2a80e389da8e7ed71978643d8cbaa8605b597a8
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.124 2019/01/21 22:50:42 tb Exp $ +.\" $OpenBSD: sftp.1,v 1.125 2019/01/22 06:58:31 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2019 $ +.Dd $Mdocdate: January 22 2019 $ .Dt SFTP 1 .Os .Sh NAME @@ -183,7 +183,7 @@ authentication is read. This option is directly passed to .Xr ssh 1 . .It Fl J Ar destination -Connect to the target host by first making a +Connect to the target host by first making an .Nm connection to the jump host described by .Ar destination |