summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-24 11:50:50 +1100
committerDamien Miller <djm@mindrot.org>2003-02-24 11:50:50 +1100
commit8ee66a21cd0d033f8e8207b83f941ab7771b9ca3 (patch)
tree1e3ef0719e70a42ea7a03627654a6a77c6a0ead0 /scp.1
parent180fc5b23682ec39964b70dc3a43f9658b7c4acb (diff)
- markus@cvs.openbsd.org 2003/01/28 16:11:52
[scp.1] document -l; pekkas@netcore.fi
Diffstat (limited to 'scp.1')
-rw-r--r--scp.15
1 files changed, 4 insertions, 1 deletions
diff --git a/scp.1 b/scp.1
index 9cddd59a7..59887482f 100644
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.24 2003/01/23 14:06:15 markus Exp $ 12.\" $OpenBSD: scp.1,v 1.25 2003/01/28 16:11:52 markus Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -25,6 +25,7 @@
25.Op Fl P Ar port 25.Op Fl P Ar port
26.Op Fl c Ar cipher 26.Op Fl c Ar cipher
27.Op Fl i Ar identity_file 27.Op Fl i Ar identity_file
28.Op Fl l Ar limit
28.Op Fl o Ar ssh_option 29.Op Fl o Ar ssh_option
29.Sm off 30.Sm off
30.Oo 31.Oo
@@ -68,6 +69,8 @@ Selects the file from which the identity (private key) for RSA
68authentication is read. 69authentication is read.
69This option is directly passed to 70This option is directly passed to
70.Xr ssh 1 . 71.Xr ssh 1 .
72.It Fl l Ar limit
73Limits the used bandwidth, specified in Kbit/s.
71.It Fl p 74.It Fl p
72Preserves modification times, access times, and modes from the 75Preserves modification times, access times, and modes from the
73original file. 76original file.