summaryrefslogtreecommitdiff
path: root/games/bs/bs.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/bs/bs.c')
-rw-r--r--games/bs/bs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c
index 94786b5dda3..8d0b51b1c4c 100644
--- a/games/bs/bs.c
+++ b/games/bs/bs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bs.c,v 1.38 2016/01/10 14:10:39 mestre Exp $ */
+/* $OpenBSD: bs.c,v 1.39 2016/03/07 12:07:55 mestre Exp $ */
/*
* Copyright (c) 1986, Bruce Holloway
* All rights reserved.
@@ -1266,7 +1266,7 @@ playagain(void)
__dead void
usage(void)
{
- (void) fprintf(stderr, "usage: bs [-b | -s] [-c]\n");
+ (void) fprintf(stderr, "usage: %s [-b | -s] [-c]\n", getprogname());
(void) fprintf(stderr, "\tWhere the options are:\n");
(void) fprintf(stderr, "\t-b : play a blitz game\n");
(void) fprintf(stderr, "\t-s : play a salvo game\n");