diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-05-01 01:28:12 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-01 02:05:05 +0200 |
commit | a3710d5d529a34b8f56aa62db798c70e85d576a0 (patch) | |
tree | 23ca5221f15399064bd2e15b6d6337dbc9fb127d /scp.1 | |
parent | upstream commit (diff) | |
download | openssh-a3710d5d529a34b8f56aa62db798c70e85d576a0.tar.xz openssh-a3710d5d529a34b8f56aa62db798c70e85d576a0.zip |
upstream commit
exterminate the -1 flag from scp
ok markus@
Upstream-ID: 26d247f7065da15056b209cef5f594ff591b89db
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -8,9 +8,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.71 2016/07/16 06:57:55 jmc Exp $ +.\" $OpenBSD: scp.1,v 1.72 2017/04/30 23:28:12 djm Exp $ .\" -.Dd $Mdocdate: July 16 2016 $ +.Dd $Mdocdate: April 30 2017 $ .Dt SCP 1 .Os .Sh NAME @@ -19,7 +19,7 @@ .Sh SYNOPSIS .Nm scp .Bk -words -.Op Fl 12346BCpqrv +.Op Fl 346BCpqrv .Op Fl c Ar cipher .Op Fl F Ar ssh_config .Op Fl i Ar identity_file @@ -65,14 +65,6 @@ Copies between two remote hosts are also permitted. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl 1 -Forces -.Nm -to use protocol 1. -.It Fl 2 -Forces -.Nm -to use protocol 2. .It Fl 3 Copies between two remote hosts are transferred through the local host. Without this option the data is copied directly between the two remote |