The following commit has been merged in the master branch:
commit 57929f306f99894dc1e5bda610df63d47809225c
Author: Jon Dowland <[email protected]>
Date:   Thu Sep 3 21:59:26 2009 +0000

    print usage when unrecognised game

diff --git a/game-data-packager b/game-data-packager
index 0a4983a..8c1a1c6 100755
--- a/game-data-packager
+++ b/game-data-packager
@@ -72,6 +72,7 @@ shift
 
 if [ ! -f "$SUPPORTED/$GAME" ]; then
        echo "unknown option or game '$GAME'" >&2
+       usage >&2
        supported >&2
        exit 1
 fi

-- 
Installer for game data files

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to