Skip to content

Commit b36b4f3

Browse files
pmq20rvagg
authored andcommitted
build: rectify --link-module help text
PR-URL: #3379 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 28e9a4f commit b36b4f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ parser.add_option("--link-module",
9090
action="append",
9191
dest="linked_module",
9292
help="Path to a JS file to be bundled in the binary as a builtin."
93-
"This module will be referenced by basename without extension."
93+
"This module will be referenced by path without extension."
94+
"e.g. /root/x/y.js will be referenced via require('root/x/y')."
9495
"Can be used multiple times")
9596

9697
parser.add_option("--openssl-no-asm",

0 commit comments

Comments
 (0)