# HG changeset patch # User Jeff Hammel # Date 1354909287 28800 # Node ID 4016b1d28c79e108f55924e191e58b5b2ba30037 # Parent dde820879dba8f0131151531a989a5d509b77cc0 command line switches diff -r dde820879dba -r 4016b1d28c79 mozillatry.py --- a/mozillatry.py Fri Dec 07 11:38:13 2012 -0800 +++ b/mozillatry.py Fri Dec 07 11:41:27 2012 -0800 @@ -85,7 +85,8 @@ 'debug': {'default': True, 'help': "whether to try on debug builds"}, 'platforms': {'default': [], - 'help': "platforms to run on"}, + 'help': "platforms to run on", + "flags": ["-p", "--platform"]}, 'unittests': {'default': [], 'help': "unit tests to run", 'flags': ['-u', '--unittests']},