mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 05:45:20 +02:00
upstream: Clarify which file's attributes -p preserves, and that
it's specifically the file mode bits. bz#3340 from calestyo at scientia.net, ok djm@ jmc@ OpenBSD-Commit-ID: f09e6098ed1c4be00c730873049825f8ee7cb884
This commit is contained in:
parent
b344db7a41
commit
1d47e28e40
10
scp.1
10
scp.1
@ -8,9 +8,9 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: scp.1,v 1.102 2021/09/09 06:17:39 jmc Exp $
|
.\" $OpenBSD: scp.1,v 1.103 2021/09/10 07:11:11 dtucker Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: September 9 2021 $
|
.Dd $Mdocdate: September 10 2021 $
|
||||||
.Dt SCP 1
|
.Dt SCP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -229,10 +229,10 @@ Note that this option is written with a capital
|
|||||||
.Sq P ,
|
.Sq P ,
|
||||||
because
|
because
|
||||||
.Fl p
|
.Fl p
|
||||||
is already reserved for preserving the times and modes of the file.
|
is already reserved for preserving the times and mode bits of the file.
|
||||||
.It Fl p
|
.It Fl p
|
||||||
Preserves modification times, access times, and modes from the
|
Preserves modification times, access times, and file mode bits from the
|
||||||
original file.
|
source file.
|
||||||
.It Fl q
|
.It Fl q
|
||||||
Quiet mode: disables the progress meter as well as warning and diagnostic
|
Quiet mode: disables the progress meter as well as warning and diagnostic
|
||||||
messages from
|
messages from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user