diff options
author | 2008-01-19 19:25:50 +0000 | |
---|---|---|
committer | 2008-01-19 19:25:50 +0000 | |
commit | c95dd6919d1eef53886cb7de794aec1222d30c7d (patch) | |
tree | 188872a69799cc180a91fd899cadd3b703b42a93 /usr.bin/ssh/scp.1 | |
parent | satisfy the pedants: -q does not suppress all diagnostic messages (e.g. (diff) | |
download | wireguard-openbsd-c95dd6919d1eef53886cb7de794aec1222d30c7d.tar.xz wireguard-openbsd-c95dd6919d1eef53886cb7de794aec1222d30c7d.zip |
scp -q implies ssh -q for the underlying connection, it doesn't just
hush the progress meter
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 9b221762be0..46b72eda333 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,9 +9,9 @@ .\" .\" 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 .Os .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 original file. .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 Recursively copy entire directories. .It Fl S Ar program |