summaryrefslogtreecommitdiffstats
path: root/games/adventure/setup.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerdes <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commit4d6b787d2daa6eb05c0f3526d65b0b92b1afa715 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /games/adventure/setup.c
parent5cd51ad03ace6eb47f39604929482ae558d66aad (diff)
downloadFreeBSD-src-4d6b787d2daa6eb05c0f3526d65b0b92b1afa715.zip
FreeBSD-src-4d6b787d2daa6eb05c0f3526d65b0b92b1afa715.tar.gz
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}/.
Diffstat (limited to 'games/adventure/setup.c')
-rw-r--r--games/adventure/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/setup.c b/games/adventure/setup.c
index f68e1c1..587de58 100644
--- a/games/adventure/setup.c
+++ b/games/adventure/setup.c
@@ -66,7 +66,7 @@ static const char rcsid[] =
#include <err.h>
#include "hdr.h" /* SEED lives in there; keep them coordinated. */
-#define USAGE "Usage: setup file > data.c (file is typically glorkz)"
+#define USAGE "usage: setup file > data.c (file is typically glorkz)"
#define YES 1
#define NO 0
OpenPOWER on IntegriCloud