diff options
author | mouring <mouring> | 2001-08-15 23:06:59 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-08-15 23:06:59 +0000 |
commit | f85ff60433df5acb4e6e3dcb3a93033225740a0a (patch) | |
tree | 3a5850d9cfbcf00fdc36607deede53fcb994f80d /scp.1 | |
parent | 3acb43050457c81d37a8ee79fd6640dbc1bc7222 (diff) | |
download | openssh-f85ff60433df5acb4e6e3dcb3a93033225740a0a.tar.gz |
- deraadt@cvs.openbsd.org 2001/08/08 07:16:58
[scp.1]
when describing the -o option, give -o Protocol=1 as the specific example
since we are SICK AND TIRED of clueless people who cannot have difficulty
thinking on their own.
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.15 2001/07/29 17:02:46 mouring Exp $ +.\" $OpenBSD: scp.1,v 1.16 2001/08/08 07:16:58 deraadt Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -109,8 +109,11 @@ The program must understand options. .It Fl o Ar option Can be used to give options in the format used in the config file. -Theses options are passed directly to -.Xr ssh 1 . +These options are passed directly to +.Xr ssh 1 , +for instance +.Fl o "Protocol=1" +would force protocol 1. .It Fl 4 Forces .Nm |