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 @@ -357,7 +357,7 @@ intl_optgroup.add_option('--without-intl',
357357 action = 'store_const' ,
358358 dest = 'with_intl' ,
359359 const = 'none' ,
360- help = 'Disable Intl, same as --with-intl=none' )
360+ help = 'Disable Intl, same as --with-intl=none (disables inspector) ' )
361361
362362intl_optgroup .add_option ('--with-icu-path' ,
363363 action = 'store' ,
@@ -430,7 +430,7 @@ parser.add_option('--without-snapshot',
430430parser .add_option ('--without-ssl' ,
431431 action = 'store_true' ,
432432 dest = 'without_ssl' ,
433- help = 'build without SSL' )
433+ help = 'build without SSL (disables crypto, https, inspector, etc.) ' )
434434
435435parser .add_option ('--xcode' ,
436436 action = 'store_true' ,
@@ -461,7 +461,7 @@ parser.add_option('--no-browser-globals',
461461parser .add_option ('--without-inspector' ,
462462 action = 'store_true' ,
463463 dest = 'without_inspector' ,
464- help = 'disable experimental V8 inspector support ' )
464+ help = 'disable the V8 inspector protocol ' )
465465
466466parser .add_option ('--shared' ,
467467 action = 'store_true' ,
You can’t perform that action at this time.
0 commit comments