diff options
author | P.S.V.R <pmq2001@gmail.com> | 2015-10-15 16:38:46 +0800 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-10-20 11:54:54 -0400 |
commit | 753509f5796b014acd8c58c4ce4bffde62921fa1 (patch) | |
tree | 1842f9f2f28da674364fe1773df0c9da16c1f1bb /configure | |
parent | 5923dee07ef09c7712c60458de2eafea31ae19c7 (diff) | |
download | node-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-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |