summaryrefslogtreecommitdiff
path: root/usr.bin/apply/apply.c
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-05-15 16:22:13 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-05-15 16:22:13 +0000
commitc1d21103dda31ee4f15ba66fe82af300634e65b1 (patch)
treea0d3d969c0dec182577973b8e5b6a1c1e37a6b03 /usr.bin/apply/apply.c
parent3702789506f2c709edcc9ea4118b3253140fbc3c (diff)
- simplify usage
- update/rearrange examples help & ok jmc
Diffstat (limited to 'usr.bin/apply/apply.c')
-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 72659a5f1de..43e15c710bd 100644
--- a/usr.bin/apply/apply.c
+++ b/usr.bin/apply/apply.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apply.c,v 1.20 2005/03/25 16:54:17 jaredy Exp $ */
+/* $OpenBSD: apply.c,v 1.21 2005/05/15 16:22:12 jaredy Exp $ */
/* $NetBSD: apply.c,v 1.3 1995/03/25 03:38:23 glass Exp $ */
/*-
@@ -37,7 +37,7 @@
#if 0
static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94";
#else
-static const char rcsid[] = "$OpenBSD: apply.c,v 1.20 2005/03/25 16:54:17 jaredy Exp $";
+static const char rcsid[] = "$OpenBSD: apply.c,v 1.21 2005/05/15 16:22:12 jaredy Exp $";
#endif
#endif /* not lint */
@@ -248,6 +248,6 @@ void
usage(void)
{
(void)fprintf(stderr,
- "usage: apply [-#] [-a magic] [-d] command argument [...]\n");
+ "usage: apply [-#] [-d] [-a magic] command argument ...\n");
exit(1);
}