The following commit has been merged in the master branch:
commit fd6260f97a8ac73958ac477ee5d11fa8cde832e3
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