From ff2618c80fdabba2a667c261426b05ce750ee6f1 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 29 Mar 2001 00:43:54 +0000 Subject: - stevesk@cvs.openbsd.org 2001/03/28 20:04:38 [scp.c] usage more like rcp and add missing -B to usage; ok markus@ --- scp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scp.c') diff --git a/scp.c b/scp.c index 0e510480..bd2c5c75 100644 --- a/scp.c +++ b/scp.c @@ -75,7 +75,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: scp.c,v 1.63 2001/03/28 19:56:23 stevesk Exp $"); +RCSID("$OpenBSD: scp.c,v 1.64 2001/03/28 20:04:38 stevesk Exp $"); #include "xmalloc.h" #include "atomicio.h" @@ -966,8 +966,8 @@ void usage() { (void) fprintf(stderr, "usage: scp " - "[-pqrvC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2; or:\n" - " scp [options] f1 ... fn directory\n"); + "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n" + " or: scp [options] f1 ... fn directory\n"); exit(1); } -- cgit v1.2.3