diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-15 23:06:59 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-15 23:06:59 +0000 |
commit | 79e93bca6f158ae7cc7a0f15a66091b0dabac057 (patch) | |
tree | d4d286cf37a1a295dac30bea93325981db523d0d | |
parent | c9a26364205602dab08fa6740185ad2a41550ea2 (diff) |
- 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.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | scp.1 | 9 |
2 files changed, 12 insertions, 4 deletions
@@ -4,6 +4,11 @@ - markus@cvs.openbsd.org 2001/08/07 10:37:46 [authfd.c authfd.h] extended failure messages from galb@vandyke.com + - 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. 20010814 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup @@ -6293,4 +6298,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1476 2001/08/15 23:04:50 mouring Exp $ +$Id: ChangeLog,v 1.1477 2001/08/15 23:06:59 mouring Exp $ @@ -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 |