diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2017-04-30 23:28:13 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2017-04-30 23:28:13 +0000 |
commit | 0bbba88fac84466f9607d0e73efab2687a65aea3 (patch) | |
tree | d867f4442ae2b443df1dceb78c59f337fcbe67cd /usr.bin/ssh/scp.1 | |
parent | 2b68d07720935c9c8917dd5ea27e1e106327747f (diff) |
exterminate the -1 flag from scp
ok markus@
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 4ae8777534a..0431c7807fa 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -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 |