X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/e5ff6ecf4ea00ff4bcc3bd12e33b860135c18e1d..03cb26214d619c10315ffff729f344c05c8d52a2:/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); }