]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2008/01/19 19:25:50
authordjm <djm>
Sun, 10 Feb 2008 11:22:29 +0000 (11:22 +0000)
committerdjm <djm>
Sun, 10 Feb 2008 11:22:29 +0000 (11:22 +0000)
     [scp.1]
     scp -q implies ssh -q for the underlying connection, it doesn't just
     hush the progress meter

scp.1

diff --git a/scp.1 b/scp.1
index 9b1c557506e65fb6086a4304eec158fe54ce9bb7..8746e29df2847699bf8ea25cbca3a65edd7f0cea 100644 (file)
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
 .\"
 .\" 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$
 .Dt SCP 1
@@ -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
This page took 0.40895 seconds and 5 git commands to generate.