Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10f1c89

Browse filesBrowse files
Trottdanielleadams
authored andcommitted
tools: correct usage message for genv8constants.py
PR-URL: #36606 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 37b39a2 commit 10f1c89
Copy full SHA for 10f1c89

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/genv8constants.py‎

Copy file name to clipboardExpand all lines: tools/genv8constants.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import errno
1515

1616
if len(sys.argv) != 3:
17-
print("usage: objsym.py outfile libv8_base.a")
17+
print("Usage: genv8constants.py outfile libv8_base.a")
1818
sys.exit(2)
1919

2020
outfile = open(sys.argv[1], 'w')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.