summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-05-28 21:53:32 +0000
committerderaadt <deraadt@openbsd.org>1997-05-28 21:53:32 +0000
commit91cc5c5ff70c26032473d3e9c732e5ec3a9dd3d2 (patch)
treebec8d97267c408dd78521fa3126c88aed0c77279
parentbe more paranoid about gid revoking (diff)
downloadwireguard-openbsd-91cc5c5ff70c26032473d3e9c732e5ec3a9dd3d2.tar.xz
wireguard-openbsd-91cc5c5ff70c26032473d3e9c732e5ec3a9dd3d2.zip
bad usage line; oster@cs.usask.ca
-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);
}