summaryrefslogtreecommitdiff
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-28 21:53:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-28 21:53:33 +0000
commitddc92f48e2bfbbc6d5b61d8b33f9edf582cdbad4 (patch)
treed703eb058c68f8afc98ca1558c714ed7a01f75eb /bin/cp/utils.c
parent8e1d29ff1c05f208f18d69b2637cf96eefec722b (diff)
bad usage line; oster@cs.usask.ca
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r--bin/cp/utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index f27564b140e..04d36e89194 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: utils.c,v 1.6 1997/04/05 04:37:40 tholo Exp $ */
+/* $OpenBSD: utils.c,v 1.7 1997/05/28 21:53:32 deraadt Exp $ */
/* $NetBSD: utils.c,v 1.6 1997/02/26 14:40:51 cgd Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
#else
-static char rcsid[] = "$OpenBSD: utils.c,v 1.6 1997/04/05 04:37:40 tholo Exp $";
+static char rcsid[] = "$OpenBSD: utils.c,v 1.7 1997/05/28 21:53:32 deraadt Exp $";
#endif
#endif /* not lint */
@@ -308,7 +308,7 @@ void
usage()
{
(void)fprintf(stderr, "%s\n%s\n",
-"usage: cp [-R [-H | -L | -P] [-fip] src target",
-" cp [-R [-H | -L | -P] [-fip] src1 ... srcN directory");
+ "usage: cp [-R [-H | -L | -P]] [-fip] src target",
+ " cp [-R [-H | -L | -P]] [-fip] src1 ... srcN directory");
exit(1);
}