Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/genv8constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genv8constants.py b/tools/genv8constants.py
index 64370ad2961..f750ca4de75 100755
--- a/tools/genv8constants.py
+++ b/tools/genv8constants.py
@@ -14,7 +14,7 @@ import sys
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')