File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ intl_optgroup.add_option('--without-intl',
358358 action = 'store_const' ,
359359 dest = 'with_intl' ,
360360 const = 'none' ,
361- help = 'Disable Intl, same as --with-intl=none' )
361+ help = 'Disable Intl, same as --with-intl=none (disables inspector) ' )
362362
363363intl_optgroup .add_option ('--with-icu-path' ,
364364 action = 'store' ,
@@ -431,7 +431,7 @@ parser.add_option('--without-snapshot',
431431parser .add_option ('--without-ssl' ,
432432 action = 'store_true' ,
433433 dest = 'without_ssl' ,
434- help = 'build without SSL' )
434+ help = 'build without SSL (disables crypto, https, inspector, etc.) ' )
435435
436436parser .add_option ('--without-node-options' ,
437437 action = 'store_true' ,
@@ -467,7 +467,7 @@ parser.add_option('--no-browser-globals',
467467parser .add_option ('--without-inspector' ,
468468 action = 'store_true' ,
469469 dest = 'without_inspector' ,
470- help = 'disable experimental V8 inspector support ' )
470+ help = 'disable the V8 inspector protocol ' )
471471
472472parser .add_option ('--shared' ,
473473 action = 'store_true' ,
You can’t perform that action at this time.
0 commit comments