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 @@ -357,7 +357,7 @@ intl_optgroup.add_option('--without-intl',
357
357
action = 'store_const' ,
358
358
dest = 'with_intl' ,
359
359
const = 'none' ,
360
- help = 'Disable Intl, same as --with-intl=none' )
360
+ help = 'Disable Intl, same as --with-intl=none (disables inspector) ' )
361
361
362
362
intl_optgroup .add_option ('--with-icu-path' ,
363
363
action = 'store' ,
@@ -430,7 +430,7 @@ parser.add_option('--without-snapshot',
430
430
parser .add_option ('--without-ssl' ,
431
431
action = 'store_true' ,
432
432
dest = 'without_ssl' ,
433
- help = 'build without SSL' )
433
+ help = 'build without SSL (disables crypto, https, inspector, etc.) ' )
434
434
435
435
parser .add_option ('--xcode' ,
436
436
action = 'store_true' ,
@@ -461,7 +461,7 @@ parser.add_option('--no-browser-globals',
461
461
parser .add_option ('--without-inspector' ,
462
462
action = 'store_true' ,
463
463
dest = 'without_inspector' ,
464
- help = 'disable experimental V8 inspector support ' )
464
+ help = 'disable the V8 inspector protocol ' )
465
465
466
466
parser .add_option ('--shared' ,
467
467
action = 'store_true' ,
You can’t perform that action at this time.
0 commit comments