summaryrefslogtreecommitdiffstats
path: root/games/bs/bs.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/bs/bs.c')
-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 5ccaa3e..4a16379 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");
OpenPOWER on IntegriCloud