diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-09-17 23:56:08 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-09-17 23:56:08 +0000 |
commit | 59ce3076ca4eff18167bfea79b7ce37b22b57fa5 (patch) | |
tree | d7718afe36156d590d69507584f66118150eb4ec /usr.bin/ssh | |
parent | f4ebfd6596d18364d3e1d5063929f9f5ed201439 (diff) |
missing -B in usage string
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/scp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 11bcfe1dcd0..d51e680c777 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.19 2001/09/17 17:57:56 stevesk Exp $ +.\" $OpenBSD: scp.1,v 1.20 2001/09/17 23:56:07 stevesk Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -19,7 +19,7 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp -.Op Fl pqrvC46 +.Op Fl pqrvBC46 .Op Fl F Ar ssh_config .Op Fl S Ar program .Op Fl P Ar port |