diff options
| author | wiz <wiz@NetBSD.org> | 2012-02-29 08:55:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2012-02-29 08:55:25 +0000 |
| commit | da7ef5cb1f628beb2e025a3f01003e589c483fad (patch) | |
| tree | 9aee175b4d2083a44b622a13b7858e687c4c6338 /usr.bin/banner | |
| parent | 0ca52d93589c949f642075a8934ef7f930841dfe (diff) | |
Sync usage with man page. From Bug Hunting in PR 46102.
Diffstat (limited to 'usr.bin/banner')
| -rw-r--r-- | usr.bin/banner/banner.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index 75c4f39298b..b13ed060272 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -1,4 +1,4 @@ -/* $NetBSD: banner.c,v 1.14 2012/02/26 21:04:10 wiz Exp $ */ +/* $NetBSD: banner.c,v 1.15 2012/02/29 08:55:25 wiz Exp $ */ /* * Changes for banner(1) @@ -58,7 +58,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\ #if 0 static char sccsid[] = "@(#)printjob.c 8.2 (Berkeley) 4/16/94"; #else -__RCSID("$NetBSD: banner.c,v 1.14 2012/02/26 21:04:10 wiz Exp $"); +__RCSID("$NetBSD: banner.c,v 1.15 2012/02/29 08:55:25 wiz Exp $"); #endif #endif /* not lint */ @@ -205,7 +205,7 @@ main(int argc, char **argv) static void usage(void) { - fprintf(stderr, "usage: %s [-l] [b bg] [-f fg] message...\n", + fprintf(stderr, "usage: %s [-l] [-b bg] [-f fg] string ...\n", getprogname()); exit(1); } |
