diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-24 11:22:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-24 11:22:55 +0000 |
commit | a19fd1f3ec604d4b014ee0d7adf7999a16737573 (patch) | |
tree | 81069068eda169f9354762a64d97948544f05d4d /usr.bin/apply/apply.c | |
parent | 69c8731d4b68b0694214956b532df8a50cc2afcc (diff) |
Sync usage() with man page.
Diffstat (limited to 'usr.bin/apply/apply.c')
-rw-r--r-- | usr.bin/apply/apply.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index ffd79d7952b..079b955f491 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apply.c,v 1.7 2000/11/20 14:07:06 deraadt Exp $ */ +/* $OpenBSD: apply.c,v 1.8 2000/12/24 11:22:54 aaron 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.7 2000/11/20 14:07:06 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: apply.c,v 1.8 2000/12/24 11:22:54 aaron Exp $"; #endif #endif /* not lint */ @@ -233,8 +233,7 @@ system(command) void usage() { - (void)fprintf(stderr, - "usage: apply [-a magic] [-0123456789] [-d] command arguments [...]\n"); + "usage: apply [-#] [-a magic] [-d] command argument [...]\n"); exit(1); } |