summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index e5e3a97b8..daa3f9909 100644
--- a/scp.c
+++ b/scp.c
@@ -75,7 +75,7 @@
75 */ 75 */
76 76
77#include "includes.h" 77#include "includes.h"
78RCSID("$OpenBSD: scp.c,v 1.76 2001/06/23 15:12:19 itojun Exp $"); 78RCSID("$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
950usage() 950usage()
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}