From dc655e1dd2795733d6c7ada8e17168964e12523c Mon Sep 17 00:00:00 2001 From: "P.S.V.R" Date: Thu, 15 Oct 2015 16:38:46 +0800 Subject: [PATCH] build: rectify --link-module help text PR-URL: https://github.com/nodejs/node/pull/3379 Reviewed-By: Jeremiah Senkpiel --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index b4936f148a2b9c..d4aff36268ed93 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",