changeset 50:582f3571ab33 default tip

better help string
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 31 May 2013 19:48:55 -0700
parents ca72b5866da1
children
files mozillatry.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",