We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b2c40 commit 53fdb03Copy full SHA for 53fdb03
src/node.cc
@@ -3106,10 +3106,9 @@ static void PrintHelp() {
3106
" --track-heap-objects track heap object allocations for heap "
3107
" snapshots\n"
3108
" --v8-options print v8 command line options\n"
3109
- " --use-old-buffer Revert to old Buffer implementation\n"
3110
#if defined(NODE_HAVE_I18N_SUPPORT)
3111
" --icu-data-dir=dir set ICU data load path to dir\n"
3112
- " (overrides NODE_ICU_DATA)\n"
+ " (overrides NODE_ICU_DATA)\n"
3113
#if !defined(NODE_HAVE_SMALL_ICU)
3114
" Note: linked-in ICU data is\n"
3115
" present.\n"
0 commit comments