summaryrefslogtreecommitdiffstats
path: root/tetris/tetris.c
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2014-07-13 17:38:38 +0000
committerpgoyette <pgoyette@NetBSD.org>2014-07-13 17:38:38 +0000
commit80e442e9979c13d30bc01f2fd1532ec998b3e58f (patch)
treeb0c9c1204fb7997766059c7c2c0f34c80b6b0826 /tetris/tetris.c
parentc1575446b4355046bd6cf7f905cab749762c5306 (diff)
downloadbsdgames-darwin-80e442e9979c13d30bc01f2fd1532ec998b3e58f.tar.gz
bsdgames-darwin-80e442e9979c13d30bc01f2fd1532ec998b3e58f.tar.zst
bsdgames-darwin-80e442e9979c13d30bc01f2fd1532ec998b3e58f.zip
At suggestion of christos@, use -b for b&w rather than -c
Diffstat (limited to 'tetris/tetris.c')
-rw-r--r--tetris/tetris.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tetris/tetris.c b/tetris/tetris.c
index 3c0d6afe..9aa0b14b 100644
--- a/tetris/tetris.c
+++ b/tetris/tetris.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tetris.c,v 1.26 2014/07/13 16:23:55 pgoyette Exp $ */
+/* $NetBSD: tetris.c,v 1.27 2014/07/13 17:38:38 pgoyette Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -145,9 +145,9 @@ main(int argc, char *argv[])
keys = "jkl pq";
- while ((ch = getopt(argc, argv, "ck:l:ps")) != -1)
+ while ((ch = getopt(argc, argv, "bk:l:ps")) != -1)
switch(ch) {
- case 'c':
+ case 'b':
nocolor = 1;
break;
case 'k':