Skip to content

Commit

Permalink
configure: reword help for --without-npm
Browse files Browse the repository at this point in the history
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
BlackYoup authored and MylesBorins committed Oct 26, 2016
1 parent 96cfa92 commit 3003131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3003131

Please sign in to comment.