summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-21 00:10:58 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-21 00:10:58 +0000
commit45933dd9aa7e7e8c9258001d67f2c118c3e026f4 (patch)
tree1bcc3489d23f10ee46c02c025b32baf1d0bdc742 /scp.c
parent61c183bea34f06a14458d9102a6365132c0396db (diff)
downloadopenssh-git-45933dd9aa7e7e8c9258001d67f2c118c3e026f4.tar.gz
- deraadt@cvs.openbsd.org 2002/06/17 06:05:56
[scp.c] make usage like man page
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp.c b/scp.c
index 860dc108..2019376e 100644
--- a/scp.c
+++ b/scp.c
@@ -75,7 +75,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.89 2002/06/08 12:36:53 markus Exp $");
+RCSID("$OpenBSD: scp.c,v 1.90 2002/06/17 06:05:56 deraadt Exp $");
#include "xmalloc.h"
#include "atomicio.h"
@@ -955,9 +955,9 @@ void
usage(void)
{
(void) fprintf(stderr,
- "usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]\n"
- " [-o option] f1 f2\n"
- " or: scp [options] f1 ... fn directory\n");
+ "usage: scp [-pqrvBC46] [-F config] [-S program] [-P port]\n"
+ " [-c cipher] [-i identity] [-o option]\n"
+ " [[user@]host1:]file1 [...] [[user@]host2:]file2\n");
exit(1);
}