File tree 1 file changed +3
-3
lines changed
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',
358
358
action = 'store_const' ,
359
359
dest = 'with_intl' ,
360
360
const = 'none' ,
361
- help = 'Disable Intl, same as --with-intl=none' )
361
+ help = 'Disable Intl, same as --with-intl=none (disables inspector) ' )
362
362
363
363
intl_optgroup .add_option ('--with-icu-path' ,
364
364
action = 'store' ,
@@ -431,7 +431,7 @@ parser.add_option('--without-snapshot',
431
431
parser .add_option ('--without-ssl' ,
432
432
action = 'store_true' ,
433
433
dest = 'without_ssl' ,
434
- help = 'build without SSL' )
434
+ help = 'build without SSL (disables crypto, https, inspector, etc.) ' )
435
435
436
436
parser .add_option ('--without-node-options' ,
437
437
action = 'store_true' ,
@@ -467,7 +467,7 @@ parser.add_option('--no-browser-globals',
467
467
parser .add_option ('--without-inspector' ,
468
468
action = 'store_true' ,
469
469
dest = 'without_inspector' ,
470
- help = 'disable experimental V8 inspector support ' )
470
+ help = 'disable the V8 inspector protocol ' )
471
471
472
472
parser .add_option ('--shared' ,
473
473
action = 'store_true' ,
You can’t perform that action at this time.
0 commit comments