From 8eb6e71758dfed0ebb5b4501430fb13493ed161a Mon Sep 17 00:00:00 2001 From: BlackYoup Date: Wed, 29 Jun 2016 10:12:10 +0200 Subject: [PATCH] configure: reword help for --without-npm PR-URL: https://github.com/nodejs/node/pull/7471 Reviewed-By: Robert Jefe Lindstaedt Reviewed-By: James M Snell --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d9301941960f64..981577dc171589 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',