diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-01-28 16:11:53 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-01-28 16:11:53 +0000 |
commit | a06af1af41627c681a084ef9da4b15565c92acc3 (patch) | |
tree | ab68fa2a6425a871aef7a07cdf2e4b427aecbd23 /usr.bin | |
parent | 1f70103e12ca9890cfff98320f97e67a4f80f3de (diff) |
document -l; pekkas@netcore.fi
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/scp.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 9cddd59a794..59887482f7e 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.24 2003/01/23 14:06:15 markus Exp $ +.\" $OpenBSD: scp.1,v 1.25 2003/01/28 16:11:52 markus Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -25,6 +25,7 @@ .Op Fl P Ar port .Op Fl c Ar cipher .Op Fl i Ar identity_file +.Op Fl l Ar limit .Op Fl o Ar ssh_option .Sm off .Oo @@ -68,6 +69,8 @@ Selects the file from which the identity (private key) for RSA authentication is read. This option is directly passed to .Xr ssh 1 . +.It Fl l Ar limit +Limits the used bandwidth, specified in Kbit/s. .It Fl p Preserves modification times, access times, and modes from the original file. |