diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-16 20:55:43 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-16 20:55:43 +0000 |
commit | 9e28f19fa0b3c76a1429b74adda04db268148f05 (patch) | |
tree | 01c8fbeb6fbe236518e96b0f87a92b1afdda6c73 /usr.bin/ssh/scp.1 | |
parent | 79a26226dedd6aaa39a8b39c4f3e8343d930d392 (diff) |
typo: -P port
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index aefeea249a9..4b4da96ea8b 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.3 1999/10/03 18:15:39 aaron Exp $ +.\" $Id: scp.1,v 1.4 1999/10/16 20:55:42 markus Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -85,7 +85,7 @@ Compression enable. Passes the flag to .Xr ssh 1 to enable compression. -.It Fl p Ar port +.It Fl P Ar port Specifies the port to connect to on the remote host. Note that this option is written with a capital .Sq P , |