r10282 - packages/branches/game-data-packager/rott

Jon Dowland jmtd at alioth.debian.org
Thu Sep 3 21:59:27 UTC 2009


Author: jmtd
Date: 2009-09-03 21:59:26 +0000 (Thu, 03 Sep 2009)
New Revision: 10282

Modified:
   packages/branches/game-data-packager/rott/game-data-packager
Log:
print usage when unrecognised game

Modified: packages/branches/game-data-packager/rott/game-data-packager
===================================================================
--- packages/branches/game-data-packager/rott/game-data-packager	2009-09-03 21:58:02 UTC (rev 10281)
+++ packages/branches/game-data-packager/rott/game-data-packager	2009-09-03 21:59:26 UTC (rev 10282)
@@ -72,6 +72,7 @@
 
 if [ ! -f "$SUPPORTED/$GAME" ]; then
 	echo "unknown option or game '$GAME'" >&2
+	usage >&2
 	supported >&2
 	exit 1
 fi




More information about the Pkg-games-commits mailing list