diff options
-rw-r--r-- | scp.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -9,9 +9,9 @@ | |||
9 | .\" | 9 | .\" |
10 | .\" Created: Sun May 7 00:14:37 1995 ylo | 10 | .\" Created: Sun May 7 00:14:37 1995 ylo |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: scp.1,v 1.42 2007/08/06 19:16:06 sobrado Exp $ | 12 | .\" $OpenBSD: scp.1,v 1.43 2008/01/19 19:25:50 djm Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd $Mdocdate: August 6 2007 $ | 14 | .Dd $Mdocdate: January 19 2008 $ |
15 | .Dt SCP 1 | 15 | .Dt SCP 1 |
16 | .Os | 16 | .Os |
17 | .Sh NAME | 17 | .Sh NAME |
@@ -178,7 +178,9 @@ is already reserved for preserving the times and modes of the file in | |||
178 | Preserves modification times, access times, and modes from the | 178 | Preserves modification times, access times, and modes from the |
179 | original file. | 179 | original file. |
180 | .It Fl q | 180 | .It Fl q |
181 | Disables the progress meter. | 181 | Quiet mode: disables the progress meter as well as warning and diagnostic |
182 | messages from | ||
183 | .Xr ssh 1 . | ||
182 | .It Fl r | 184 | .It Fl r |
183 | Recursively copy entire directories. | 185 | Recursively copy entire directories. |
184 | .It Fl S Ar program | 186 | .It Fl S Ar program |