Skip to content

Commit d85ea61

Browse files
Trotttargos
authored andcommitted
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 9990ec7 commit d85ea61

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)