mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
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>
This commit is contained in:
parent
d52ceb4935
commit
ae0334a7e7
2
configure
vendored
2
configure
vendored
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user