Mercurial > mozilla > hg > MozillaTry
changeset 10:f0bca08e296a
start looking for config file
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 04 Dec 2012 15:28:31 -0800 |
parents | 8c8a223e4df2 |
children | 9b90cf893943 |
files | mozillatry.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mozillatry.py Tue Dec 04 15:13:26 2012 -0800 +++ b/mozillatry.py Tue Dec 04 15:28:31 2012 -0800 @@ -77,7 +77,7 @@ usage = '%prog [options] patch <patch2> <...>' load_help = 'load from config file' if os.path.exists(os.path.expanduser(default_config_file)): - usage += ' [DEFAULT: %s]' % default_config_file + load_help += ' [DEFAULT: %s]' % default_config_file options = {'opt': {'default': True, 'help': "whether to try on opt builds"}, 'debug': {'default': True,