=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- src/usr.bin/ssh/scp.c 2001/06/23 15:12:19 1.76 +++ src/usr.bin/ssh/scp.c 2001/07/18 16:45:52 1.77 @@ -75,7 +75,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: scp.c,v 1.76 2001/06/23 15:12:19 itojun Exp $"); +RCSID("$OpenBSD: scp.c,v 1.77 2001/07/18 16:45:52 mouring Exp $"); #include "xmalloc.h" #include "atomicio.h" @@ -915,7 +915,8 @@ usage() { (void) fprintf(stderr, "usage: scp " - "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n" + "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] " + "[-o option] f1 f2\n" " or: scp [options] f1 ... fn directory\n"); exit(1); }