diff options
author | 1999-10-16 20:55:42 +0000 | |
---|---|---|
committer | 1999-10-16 20:55:42 +0000 | |
commit | 6ad51b85de336ba938ccb1cf14fd20d9c73fdb70 (patch) | |
tree | 4aecba87731b47eaade92d65c423a73b2f8ea7dd | |
parent | the logging output needs \r, say "debug: " when debuggin (diff) | |
download | wireguard-openbsd-6ad51b85de336ba938ccb1cf14fd20d9c73fdb70.tar.xz wireguard-openbsd-6ad51b85de336ba938ccb1cf14fd20d9c73fdb70.zip |
typo: -P port
-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 , |