summaryrefslogtreecommitdiff
path: root/deps/v8/tools/release/search_related_commits.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/release/search_related_commits.py')
-rwxr-xr-xdeps/v8/tools/release/search_related_commits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/release/search_related_commits.py b/deps/v8/tools/release/search_related_commits.py
index e6e52d2196..48e6ae2592 100755
--- a/deps/v8/tools/release/search_related_commits.py
+++ b/deps/v8/tools/release/search_related_commits.py
@@ -200,7 +200,7 @@ if __name__ == "__main__": # pragma: no cover
"This tool analyzes the commit range between <of> and <until>. "
"It finds commits which belong together e.g. Implement/Revert pairs and "
"Implement/Port/Revert triples. All supplied hashes need to be "
- "from the same branch e.g. master.")
+ "from the same branch e.g. main.")
parser.add_argument("-g", "--git-dir", required=False, default=".",
help="The path to your git working directory.")
parser.add_argument("--verbose", action="store_true",