Module Name: src
Committed By: dholland
Date: Sat Jun 13 04:53:13 UTC 2015
Modified Files:
src/games/tetris: tetris.c
Log Message:
add -b to usage, from leot
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/games/tetris/tetris.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/tetris/tetris.c
diff -u src/games/tetris/tetris.c:1.29 src/games/tetris/tetris.c:1.30
--- src/games/tetris/tetris.c:1.29 Sat Jun 13 04:15:51 2015
+++ src/games/tetris/tetris.c Sat Jun 13 04:53:13 2015
@@ -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);
}