Skip to content

Commit

Permalink
tools: correct usage message for genv8constants.py
Browse files Browse the repository at this point in the history
PR-URL: #36606
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and targos committed May 1, 2021
1 parent 9990ec7 commit d85ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genv8constants.py
Expand Up @@ -14,7 +14,7 @@
import errno

if len(sys.argv) != 3:
print("usage: objsym.py outfile libv8_base.a")
print("Usage: genv8constants.py outfile libv8_base.a")
sys.exit(2)

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

0 comments on commit d85ea61

Please sign in to comment.