diff options
author | BlackYoup <a.lefebvre@outlook.fr> | 2016-06-29 10:12:10 +0200 |
---|---|---|
committer | Evan Lucas <evanlucas@me.com> | 2016-08-24 07:54:43 -0500 |
commit | 8eb6e71758dfed0ebb5b4501430fb13493ed161a (patch) | |
tree | 779c1de4f2a7120e80ea09c29fc5fe4c48e2c5f1 /configure | |
parent | e5a879072750069a72e2359ecd05a146bd992de4 (diff) | |
download | node-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |