summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-09-20 06:53:56 +0000
committerDamien Miller <djm@mindrot.org>2021-09-21 08:06:09 +1000
commit7ed1a3117c09f8c3f1add35aad77d3ebe1b85b4d (patch)
tree8c05f114d41ac2645ec544f09f2977d8a7d464ae /scp.1
parent8c07170135dde82a26886b600a8bf6fb290b633d (diff)
downloadopenssh-git-7ed1a3117c09f8c3f1add35aad77d3ebe1b85b4d.tar.gz
upstream: fix missing -s in SYNOPSYS and usage() as well as a
capitalisation mistake; spotted by jmc@ OpenBSD-Commit-ID: 0ed8ee085c7503c60578941d8b45f3a61d4c9710
Diffstat (limited to 'scp.1')
-rw-r--r--scp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/scp.1 b/scp.1
index d154e12c..10cd4efb 100644
--- a/scp.1
+++ b/scp.1
@@ -8,7 +8,7 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $OpenBSD: scp.1,v 1.104 2021/09/20 01:55:42 djm Exp $
+.\" $OpenBSD: scp.1,v 1.105 2021/09/20 06:53:56 djm Exp $
.\"
.Dd $Mdocdate: September 20 2021 $
.Dt SCP 1
@@ -18,7 +18,7 @@
.Nd OpenSSH secure file copy
.Sh SYNOPSIS
.Nm scp
-.Op Fl 346ABCOpqRrTv
+.Op Fl 346ABCOpqRrsTv
.Op Fl c Ar cipher
.Op Fl D Ar sftp_server_path
.Op Fl F Ar ssh_config
@@ -258,7 +258,7 @@ The program must understand
.Xr ssh 1
options.
.It Fl s
-use the SFTP protocol for transfers rather than the original scp protocol.
+Use the SFTP protocol for transfers rather than the original scp protocol.
.It Fl T
Disable strict filename checking.
By default when copying files from a remote host to a local directory