From 3003131e9ad842ef43d9978d2b688f78b113c5c3 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 a54d30a161..bd06a55b5a 100755 --- a/configure +++ b/configure @@ -342,7 +342,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',