From e068eec7834bd8e6b455d23949cec0c713860562 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 22 Dec 2020 09:03:46 -0800 Subject: tools: correct usage message for genv8constants.py PR-URL: https://github.com/nodejs/node/pull/36606 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca --- tools/genv8constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/genv8constants.py') 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') -- cgit v1.2.3