summaryrefslogtreecommitdiff
path: root/bin/rcp/rcp.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-06 11:02:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-06 11:02:22 +0000
commit9995951ef5c53f7e4366d593b3b5538b786795e6 (patch)
treee06a9f5e8048467aaca6ef48dd5e6174b25fe522 /bin/rcp/rcp.c
parent55dec6c7acba315a3f8b3f9c3c192677de879aa4 (diff)
fix
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r--bin/rcp/rcp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index 0916690386c..b6f96288094 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -1,5 +1,5 @@
/* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */
-/* $OpenBSD: rcp.c,v 1.10 1997/03/26 01:19:49 deraadt Exp $ */
+/* $OpenBSD: rcp.c,v 1.11 1997/06/06 11:02:21 deraadt Exp $ */
/*
* Copyright (c) 1983, 1990, 1992, 1993
@@ -841,9 +841,9 @@ void
usage()
{
#ifdef KERBEROS
- (void)fprintf(stderr, "%s\n\t%s\n",
+ (void)fprintf(stderr, "%s\n%s\n",
"usage: rcp [-Kpx] [-k realm] f1 f2",
- "or: rcp [-Kprx] [-k realm] f1 ... fn directory");
+ " or: rcp [-Kprx] [-k realm] f1 ... fn directory");
#else
(void)fprintf(stderr,
"usage: rcp [-p] f1 f2; or: rcp [-pr] f1 ... fn directory\n");