[game-data-packager] 09/14: Launcher: add -q alias for --quiet

Simon McVittie smcv at debian.org
Fri Oct 14 11:32:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit ad3c06ada9a8893ce3d0c3535cd62e2e4d57863f
Author: Simon McVittie <smcv at debian.org>
Date:   Fri Oct 14 12:09:02 2016 +0100

    Launcher: add -q alias for --quiet
---
 runtime/launcher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/launcher.py b/runtime/launcher.py
index a6e2114..fb7ad82 100755
--- a/runtime/launcher.py
+++ b/runtime/launcher.py
@@ -188,7 +188,7 @@ class Launcher:
                 help='expansion to launch')
         parser.add_argument('--smp', default=False, action='store_true',
                 help='use a multi-threaded game engine, if supported')
-        parser.add_argument('--quiet', default=False, action='store_true',
+        parser.add_argument('--quiet', '-q', default=False, action='store_true',
                 help='silence console logging')
         parser.add_argument('arguments', nargs=argparse.REMAINDER,
                 help='arguments for the launched game')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list