mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1265743 - mach talos-test uses --setPref instead of --setpref (inconsistent with all other mach commands). r=jmaher
This commit is contained in:
parent
484dd39b6e
commit
c12f2bf7b1
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user