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:
BlackYoup 2016-06-29 10:12:10 +02:00 коммит произвёл James M Snell
Родитель d52ceb4935
Коммит ae0334a7e7
1 изменённых файлов: 1 добавлений и 1 удалений

2
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',