summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-04-30 23:28:12 +0000
committerDamien Miller <djm@mindrot.org>2017-05-01 10:05:05 +1000
commita3710d5d529a34b8f56aa62db798c70e85d576a0 (patch)
tree23ca5221f15399064bd2e15b6d6337dbc9fb127d /scp.1
parentaebd0abfaa8a41e75d50f9f7934267b0a2d9acb4 (diff)
upstream commit
exterminate the -1 flag from scp ok markus@ Upstream-ID: 26d247f7065da15056b209cef5f594ff591b89db
Diffstat (limited to 'scp.1')
-rw-r--r--scp.114
1 files changed, 3 insertions, 11 deletions
diff --git a/scp.1 b/scp.1
index 4ae877753..0431c7807 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.71 2016/07/16 06:57:55 jmc Exp $ 11.\" $OpenBSD: scp.1,v 1.72 2017/04/30 23:28:12 djm Exp $
12.\" 12.\"
13.Dd $Mdocdate: July 16 2016 $ 13.Dd $Mdocdate: April 30 2017 $
14.Dt SCP 1 14.Dt SCP 1
15.Os 15.Os
16.Sh NAME 16.Sh NAME
@@ -19,7 +19,7 @@
19.Sh SYNOPSIS 19.Sh SYNOPSIS
20.Nm scp 20.Nm scp
21.Bk -words 21.Bk -words
22.Op Fl 12346BCpqrv 22.Op Fl 346BCpqrv
23.Op Fl c Ar cipher 23.Op Fl c Ar cipher
24.Op Fl F Ar ssh_config 24.Op Fl F Ar ssh_config
25.Op Fl i Ar identity_file 25.Op Fl i Ar identity_file
@@ -65,14 +65,6 @@ Copies between two remote hosts are also permitted.
65.Pp 65.Pp
66The options are as follows: 66The options are as follows:
67.Bl -tag -width Ds 67.Bl -tag -width Ds
68.It Fl 1
69Forces
70.Nm
71to use protocol 1.
72.It Fl 2
73Forces
74.Nm
75to use protocol 2.
76.It Fl 3 68.It Fl 3
77Copies between two remote hosts are transferred through the local host. 69Copies between two remote hosts are transferred through the local host.
78Without this option the data is copied directly between the two remote 70Without this option the data is copied directly between the two remote