summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBlackYoup <a.lefebvre@outlook.fr>2016-06-29 10:12:10 +0200
committerJames M Snell <jasnell@gmail.com>2016-08-18 15:57:25 -0700
commitae0334a7e7b51eede504c29bf3107586a65ec27c (patch)
tree5b4c85a3edccb5c8780af9d54c9c99b7b6b2dc51 /configure
parentd52ceb49352d217a2e3bc95d2ad3ebef087fd8f4 (diff)
downloadandroid-node-v8-ae0334a7e7b51eede504c29bf3107586a65ec27c.tar.gz
android-node-v8-ae0334a7e7b51eede504c29bf3107586a65ec27c.tar.bz2
android-node-v8-ae0334a7e7b51eede504c29bf3107586a65ec27c.zip
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 5a1a29a1cb..42dac5ff64 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',