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 evanlucas committed Aug 24, 2016
1 parent e5a8790 commit 8eb6e71
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 @@ -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',
Expand Down

0 comments on commit 8eb6e71

Please sign in to comment.