We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9990ec7 commit d85ea61Copy full SHA for d85ea61
tools/genv8constants.py
@@ -14,7 +14,7 @@
14
import errno
15
16
if len(sys.argv) != 3:
17
- print("usage: objsym.py outfile libv8_base.a")
+ print("Usage: genv8constants.py outfile libv8_base.a")
18
sys.exit(2)
19
20
outfile = open(sys.argv[1], 'w')
0 commit comments