diff options
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,7 +75,7 @@ | |||
75 | */ | 75 | */ |
76 | 76 | ||
77 | #include "includes.h" | 77 | #include "includes.h" |
78 | RCSID("$OpenBSD: scp.c,v 1.63 2001/03/28 19:56:23 stevesk Exp $"); | 78 | RCSID("$OpenBSD: scp.c,v 1.64 2001/03/28 20:04:38 stevesk Exp $"); |
79 | 79 | ||
80 | #include "xmalloc.h" | 80 | #include "xmalloc.h" |
81 | #include "atomicio.h" | 81 | #include "atomicio.h" |
@@ -966,8 +966,8 @@ void | |||
966 | usage() | 966 | usage() |
967 | { | 967 | { |
968 | (void) fprintf(stderr, "usage: scp " | 968 | (void) fprintf(stderr, "usage: scp " |
969 | "[-pqrvC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2; or:\n" | 969 | "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n" |
970 | " scp [options] f1 ... fn directory\n"); | 970 | " or: scp [options] f1 ... fn directory\n"); |
971 | exit(1); | 971 | exit(1); |
972 | } | 972 | } |
973 | 973 | ||