diff options
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -75,7 +75,7 @@ | |||
75 | */ | 75 | */ |
76 | 76 | ||
77 | #include "includes.h" | 77 | #include "includes.h" |
78 | RCSID("$OpenBSD: scp.c,v 1.76 2001/06/23 15:12:19 itojun Exp $"); | 78 | RCSID("$OpenBSD: scp.c,v 1.77 2001/07/18 16:45:52 mouring Exp $"); |
79 | 79 | ||
80 | #include "xmalloc.h" | 80 | #include "xmalloc.h" |
81 | #include "atomicio.h" | 81 | #include "atomicio.h" |
@@ -950,7 +950,8 @@ void | |||
950 | usage() | 950 | usage() |
951 | { | 951 | { |
952 | (void) fprintf(stderr, "usage: scp " | 952 | (void) fprintf(stderr, "usage: scp " |
953 | "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n" | 953 | "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] " |
954 | "[-o option] f1 f2\n" | ||
954 | " or: scp [options] f1 ... fn directory\n"); | 955 | " or: scp [options] f1 ... fn directory\n"); |
955 | exit(1); | 956 | exit(1); |
956 | } | 957 | } |