# HG changeset patch # User Jeff Hammel # Date 1370054935 25200 # Node ID 582f3571ab33eb37384f8decbd0cc69dc9f97460 # Parent ca72b5866da1064564cdf73faf4b73c3e0a1f567 better help string diff -r ca72b5866da1 -r 582f3571ab33 mozillatry.py --- a/mozillatry.py Fri Jan 25 16:03:35 2013 -0800 +++ b/mozillatry.py Fri May 31 19:48:55 2013 -0700 @@ -131,7 +131,7 @@ 'debug': {'default': True, 'help': "whether to try on debug builds"}, 'platforms': {'default': [], - 'help': "platforms to run on", + 'help': "platforms to run on, 'all' if not specified", "flags": ["-p", "--platform"]}, 'unittests': {'default': [], 'help': "unit tests to run",