summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBlackYoup <a.lefebvre@outlook.fr>2016-06-29 10:12:10 +0200
committerEvan Lucas <evanlucas@me.com>2016-08-24 07:54:43 -0500
commit8eb6e71758dfed0ebb5b4501430fb13493ed161a (patch)
tree779c1de4f2a7120e80ea09c29fc5fe4c48e2c5f1 /configure
parente5a879072750069a72e2359ecd05a146bd992de4 (diff)
downloadnode-new-8eb6e71758dfed0ebb5b4501430fb13493ed161a.tar.gz
configure: reword help for --without-npm
PR-URL: https://github.com/nodejs/node/pull/7471 Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d930194196..981577dc17 100755
--- a/configure
+++ b/configure
@@ -375,7 +375,7 @@ parser.add_option('--without-etw',
parser.add_option('--without-npm',
action='store_true',
dest='without_npm',
- help='don\'t install the bundled npm package manager')
+ help='do not install the bundled npm (package manager)')
parser.add_option('--without-perfctr',
action='store_true',