summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorP.S.V.R <pmq2001@gmail.com>2015-10-15 16:38:46 +0800
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-10-20 11:54:54 -0400
commit753509f5796b014acd8c58c4ce4bffde62921fa1 (patch)
tree1842f9f2f28da674364fe1773df0c9da16c1f1bb /configure
parent5923dee07ef09c7712c60458de2eafea31ae19c7 (diff)
downloadnode-new-753509f5796b014acd8c58c4ce4bffde62921fa1.tar.gz
build: rectify --link-module help text
PR-URL: https://github.com/nodejs/node/pull/3379 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b4936f148a..d4aff36268 100755
--- a/configure
+++ b/configure
@@ -90,7 +90,8 @@ parser.add_option("--link-module",
action="append",
dest="linked_module",
help="Path to a JS file to be bundled in the binary as a builtin."
- "This module will be referenced by basename without extension."
+ "This module will be referenced by path without extension."
+ "e.g. /root/x/y.js will be referenced via require('root/x/y')."
"Can be used multiple times")
parser.add_option("--openssl-no-asm",