- djm@cvs.openbsd.org 2008/01/19 19:25:50
[scp.1] scp -q implies ssh -q for the underlying connection, it doesn't just hush the progress meter
This commit is contained in:
parent
eb602474fc
commit
4cd24c7e6a
8
scp.1
8
scp.1
|
@ -9,9 +9,9 @@
|
||||||
.\"
|
.\"
|
||||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: scp.1,v 1.42 2007/08/06 19:16:06 sobrado Exp $
|
.\" $OpenBSD: scp.1,v 1.43 2008/01/19 19:25:50 djm Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: August 6 2007 $
|
.Dd $Mdocdate: January 19 2008 $
|
||||||
.Dt SCP 1
|
.Dt SCP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -178,7 +178,9 @@ is already reserved for preserving the times and modes of the file in
|
||||||
Preserves modification times, access times, and modes from the
|
Preserves modification times, access times, and modes from the
|
||||||
original file.
|
original file.
|
||||||
.It Fl q
|
.It Fl q
|
||||||
Disables the progress meter.
|
Quiet mode: disables the progress meter as well as warning and diagnostic
|
||||||
|
messages from
|
||||||
|
.Xr ssh 1 .
|
||||||
.It Fl r
|
.It Fl r
|
||||||
Recursively copy entire directories.
|
Recursively copy entire directories.
|
||||||
.It Fl S Ar program
|
.It Fl S Ar program
|
||||||
|
|
Loading…
Reference in New Issue