aboutsummaryrefslogtreecommitdiff
path: root/games/bs
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commitd397408818fbfa179246fb327659e3fb29ffff31 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /games/bs
parent5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff)
downloadsrc-d397408818fbfa179246fb327659e3fb29ffff31.tar.gz
src-d397408818fbfa179246fb327659e3fb29ffff31.zip
Usage style sweep: spell "usage" with a small 'u'.
Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
Notes
Notes: svn path=/head/; revision=95258
Diffstat (limited to 'games/bs')
-rw-r--r--games/bs/bs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c
index 5ccaa3eb1b6e..4a16379988b6 100644
--- a/games/bs/bs.c
+++ b/games/bs/bs.c
@@ -1124,7 +1124,7 @@ char *op[];
{
default:
case '?':
- (void) fprintf(stderr, "Usage: battle [-s | -b] [-c]\n");
+ (void) fprintf(stderr, "usage: battle [-s | -b] [-c]\n");
(void) fprintf(stderr, "\tWhere the options are:\n");
(void) fprintf(stderr, "\t-s : play a salvo game\n");
(void) fprintf(stderr, "\t-b : play a blitz game\n");