summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-06 22:41:21 +1100
committerDamien Miller <djm@mindrot.org>2011-01-06 22:41:21 +1100
commit907998df72d7206d4dd5c37d8f185f9b2988b007 (patch)
tree6207e658f110c53d7771ab6a54b05641c99f483b /scp.c
parentf12114366b4ffcd34e3a638dd187f29ac03fbdbd (diff)
- jmc@cvs.openbsd.org 2010/12/09 14:13:33
[scp.1 scp.c] scp.1: grammer fix scp.c: add -3 to usage()
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index 1262e0aff..18b2597fe 100644
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: scp.c,v 1.169 2010/12/08 22:46:03 markus Exp $ */ 1/* $OpenBSD: scp.c,v 1.170 2010/12/09 14:13:33 jmc Exp $ */
2/* 2/*
3 * scp - secure remote copy. This is basically patched BSD rcp which 3 * scp - secure remote copy. This is basically patched BSD rcp which
4 * uses ssh to do the data transfer (instead of using rcmd). 4 * uses ssh to do the data transfer (instead of using rcmd).
@@ -1214,7 +1214,7 @@ void
1214usage(void) 1214usage(void)
1215{ 1215{
1216 (void) fprintf(stderr, 1216 (void) fprintf(stderr,
1217 "usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" 1217 "usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"
1218 " [-l limit] [-o ssh_option] [-P port] [-S program]\n" 1218 " [-l limit] [-o ssh_option] [-P port] [-S program]\n"
1219 " [[user@]host1:]file1 ... [[user@]host2:]file2\n"); 1219 " [[user@]host1:]file1 ... [[user@]host2:]file2\n");
1220 exit(1); 1220 exit(1);