summaryrefslogtreecommitdiffstats
path: root/tetris
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2015-06-13 04:53:13 +0000
committerdholland <dholland@NetBSD.org>2015-06-13 04:53:13 +0000
commit413d3917bba156144bdab0cbc8763bf8d4fcedb3 (patch)
tree4d9eccb3fa44375697616d7253749ea8110c2809 /tetris
parentbfa210b63202c7e6425a7b1608a1e81ecbdc8541 (diff)
downloadbsdgames-darwin-413d3917bba156144bdab0cbc8763bf8d4fcedb3.tar.gz
bsdgames-darwin-413d3917bba156144bdab0cbc8763bf8d4fcedb3.tar.zst
bsdgames-darwin-413d3917bba156144bdab0cbc8763bf8d4fcedb3.zip
add -b to usage, from leot
Diffstat (limited to 'tetris')
-rw-r--r--tetris/tetris.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/tetris.c b/tetris/tetris.c
index fb1aa84d..57ff4e5c 100644
--- a/tetris/tetris.c
+++ b/tetris/tetris.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tetris.c,v 1.29 2015/06/13 04:15:51 dholland Exp $ */
+/* $NetBSD: tetris.c,v 1.30 2015/06/13 04:53:13 dholland Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -341,7 +341,7 @@ onintr(int signo __unused)
static void
usage(void)
{
- (void)fprintf(stderr, "usage: %s [-ps] [-k keys] [-l level]\n",
+ (void)fprintf(stderr, "usage: %s [-bps] [-k keys] [-l level]\n",
getprogname());
exit(1);
}