| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | import errno | |
| 15 | 15 | ||
| 16 | 16 | if len(sys.argv) != 3: | |
| 17 | - print("usage: objsym.py outfile libv8_base.a") | ||
| 17 | + print("Usage: genv8constants.py outfile libv8_base.a") | ||
| 18 | 18 | sys.exit(2) | |
| 19 | 19 | ||
| 20 | 20 | outfile = open(sys.argv[1], 'w') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments