Skip to content

Commit 10f1c89

Browse files
Trottdanielleadams
authored andcommittedJan 12, 2021
tools: correct usage message for genv8constants.py
PR-URL: #36606 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 37b39a2 commit 10f1c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/genv8constants.py

+1-1
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)
Please sign in to comment.