diff options
author | mouring <mouring@cvs.openbsd.org> | 2001-07-29 17:02:47 +0000 |
---|---|---|
committer | mouring <mouring@cvs.openbsd.org> | 2001-07-29 17:02:47 +0000 |
commit | 547ca988ac6d4877d4881a788ef8cabba658eb0b (patch) | |
tree | c3a26b9fefa85b0a1fadab66ff114459377f281b /usr.bin/ssh | |
parent | 48296ecaf421dd7ce3075db9ed8937c02094ba88 (diff) |
Clarified -o option in scp.1 OKed by Markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/scp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 10e67aa33d1..235658342df 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.14 2001/02/04 11:11:53 djm Exp $ +.\" $OpenBSD: scp.1,v 1.15 2001/07/29 17:02:46 mouring Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -108,7 +108,8 @@ The program must understand .Xr ssh 1 options. .It Fl o Ar option -The given option is directly passed to +Can be used to give options in the format used in the config file. +Theses options are passed directly to .Xr ssh 1 . .It Fl 4 Forces |