| Index: tools/bisect-builds.py
|
| diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
|
| index d9f394736bac949279b21074cfb83f41a0d17643..a16afcf7c705dd987d0787e3d6a293eb4490ca1c 100755
|
| --- a/tools/bisect-builds.py
|
| +++ b/tools/bisect-builds.py
|
| @@ -187,7 +187,7 @@ class PathContext(object):
|
| except ValueError:
|
| pass
|
| return (revisions, next_marker)
|
| -
|
| +
|
| # Fetch the first list of revisions.
|
| (revisions, next_marker) = _FetchAndParse(self.GetListingURL())
|
|
|
| @@ -615,7 +615,7 @@ def main():
|
| ' Chrome\'s about: build number and omahaproxy branch_revision\n'
|
| ' are incorrect, they are from branches.\n'
|
| '\n'
|
| - 'Tip: add "-- --no-first-run" to bypass the first run prompts.')
|
| + 'Tip: add "-- --skip-first-run" to bypass the first run prompts.')
|
| parser = optparse.OptionParser(usage=usage)
|
| # Strangely, the default help output doesn't include the choice list.
|
| choices = ['mac', 'win', 'linux', 'linux64', 'linux-arm']
|
|
|