From ae0334a7e7b51eede504c29bf3107586a65ec27c Mon Sep 17 00:00:00 2001 From: BlackYoup Date: Wed, 29 Jun 2016 10:12:10 +0200 Subject: 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(-) (limited to 'configure') 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', -- cgit v1.2.3