Module Name: src Committed By: pgoyette Date: Sun Dec 5 04:34:23 UTC 2010
Modified Files: src/games/boggle/boggle: bog.c src/games/pom: pom.c src/games/snake/snake: snake.c src/games/tetris: tetris.c Log Message: Fix a few of the games to use getprogname() in their usage() functions. Suggested by Joerg. XXX There are probably many more that have their progname hard-coded, but XXX I'm not up for a wholesale roto-till at the moment. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/boggle/boggle/bog.c cvs rdiff -u -r1.19 -r1.20 src/games/pom/pom.c cvs rdiff -u -r1.26 -r1.27 src/games/snake/snake/snake.c cvs rdiff -u -r1.22 -r1.23 src/games/tetris/tetris.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.