diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-29 02:43:54 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-29 02:43:54 +0200 |
commit | ff2618c80fdabba2a667c261426b05ce750ee6f1 (patch) | |
tree | b6da7e1035a72bfb324ac54c1afec0a411d02b2f /scp.c | |
parent | - stevesk@cvs.openbsd.org 2001/03/28 19:56:23 (diff) | |
download | openssh-ff2618c80fdabba2a667c261426b05ce750ee6f1.tar.xz openssh-ff2618c80fdabba2a667c261426b05ce750ee6f1.zip |
- stevesk@cvs.openbsd.org 2001/03/28 20:04:38
[scp.c]
usage more like rcp and add missing -B to usage; ok markus@
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); } |