mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
* Fixed bad merge (that's why sail was broken).
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5177 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -169,7 +169,7 @@ main(argc, argv)
|
||||
|
||||
while ((ch = getopt(argc, argv, "l:w:t")) != -1)
|
||||
switch ((char) ch) {
|
||||
#if 0
|
||||
#ifdef DEBUG
|
||||
case 'd':
|
||||
tv = atol(optarg);
|
||||
break;
|
||||
@@ -185,7 +185,11 @@ main(argc, argv)
|
||||
break;
|
||||
case '?':
|
||||
default:
|
||||
#ifdef DEBUG
|
||||
fputs("usage: snake [-d seed] [-w width] [-l length] [-t]\n", stderr);
|
||||
#else
|
||||
fputs("usage: snake [-w width] [-l length] [-t]\n", stderr);
|
||||
#endif
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user