Index: tools/run-bisect-manual-test.py |
diff --git a/tools/run-bisect-manual-test.py b/tools/run-bisect-manual-test.py |
index 0e08546bf54a540b269b8e4f263ced51231ddfc4..863d9ba332a078ee02698e0819e0dcec9d9328b7 100755 |
--- a/tools/run-bisect-manual-test.py |
+++ b/tools/run-bisect-manual-test.py |
@@ -82,7 +82,7 @@ def main(): |
usage = ('%prog [options]\n' |
'Used to run the bisection script with a manual test.') |
- options = browser_options.BrowserOptions('release') |
+ options = browser_options.BrowserFinderOptions('release') |
parser = options.CreateParser(usage) |
parser.add_option('-b', '--bad_revision', |