Bug 1265743 - mach talos-test uses --setPref instead of --setpref (inconsistent with all other mach commands). r=jmaher

This commit is contained in:
malayaleecoder 2016-07-29 23:38:58 +05:30
parent 484dd39b6e
commit c12f2bf7b1

View File

@ -104,7 +104,7 @@ def create_parser(mach_interface=False):
" Currently used for xperf only.")
add_arg('--noShutdown', dest='shutdown', action='store_true',
help="Record time browser takes to shutdown after testing")
add_arg('--setPref', action='append', default=[], dest="extraPrefs",
add_arg('--setpref', action='append', default=[], dest="extraPrefs",
metavar="PREF=VALUE",
help="defines an extra user preference")
add_arg('--webServer', dest='webserver',