summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-20 14:07:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-20 14:07:07 +0000
commitcc38a7ac4a597e81dca2eb229b98c6a4ca2a4208 (patch)
tree192fd1158cec90c2b09604caaeb2fa371b2116f5 /usr.bin
parent2396970fc648109a84b955752bb59e513d688845 (diff)
fixes; mpech@prosoft.org.lv
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/apply/apply.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c
index 6af090450e1..ffd79d7952b 100644
--- a/usr.bin/apply/apply.c
+++ b/usr.bin/apply/apply.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apply.c,v 1.6 1999/12/03 23:55:18 deraadt Exp $ */
+/* $OpenBSD: apply.c,v 1.7 2000/11/20 14:07:06 deraadt Exp $ */
/* $NetBSD: apply.c,v 1.3 1995/03/25 03:38:23 glass Exp $ */
/*-
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94";
#else
-static char rcsid[] = "$OpenBSD: apply.c,v 1.6 1999/12/03 23:55:18 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: apply.c,v 1.7 2000/11/20 14:07:06 deraadt Exp $";
#endif
#endif /* not lint */
@@ -235,6 +235,6 @@ usage()
{
(void)fprintf(stderr,
- "usage: apply [-a magic] [-0123456789] command arguments ...\n");
+ "usage: apply [-a magic] [-0123456789] [-d] command arguments [...]\n");
exit(1);
}