diff options
author | 2000-09-01 15:25:13 +0000 | |
---|---|---|
committer | 2000-09-01 15:25:13 +0000 | |
commit | 99b9b59c70a20b0c87e71cfd4b10f56bbc614de0 (patch) | |
tree | 1700b45eecb6bf38a13cee8917067baeb795590e /usr.bin/ssh/scp.1 | |
parent | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org (diff) | |
download | wireguard-openbsd-99b9b59c70a20b0c87e71cfd4b10f56bbc614de0.tar.xz wireguard-openbsd-99b9b59c70a20b0c87e71cfd4b10f56bbc614de0.zip |
cleanup and fix -S support; stevesk@sweden.hp.com
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index d876c5f5550..4ef3fe5d790 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 .\" -.\" $Id: scp.1,v 1.9 2000/08/19 02:26:08 deraadt Exp $ +.\" $Id: scp.1,v 1.10 2000/09/01 15:25:13 deraadt Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -20,6 +20,7 @@ .Sh SYNOPSIS .Nm scp .Op Fl pqrvC46 +.Op Fl S Ar program .Op Fl P Ar port .Op Fl c Ar cipher .Op Fl i Ar identity_file @@ -68,11 +69,6 @@ This option is directly passed to .It Fl p Preserves modification times, access times, and modes from the original file. -.It Fl S -Name of program to use for the encrypted connection. -The program must understand -.Xr ssh 1 -options. .It Fl r Recursively copy entire directories. .It Fl v @@ -103,9 +99,10 @@ because .Fl p is already reserved for preserving the times and modes of the file in .Xr rcp 1 . -.It Fl S -Name of program to use for the encrypted connection. The program must -understand +.It Fl S Ar program +Name of +.Ar program +to use for the encrypted connection. The program must understand .Xr ssh 1 options. .It Fl 4 |