We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf36a1 commit 115bf08Copy full SHA for 115bf08
src/node.cc
@@ -3071,11 +3071,10 @@ static void PrintHelp() {
3071
" --trace-deprecation show stack traces on deprecations\n"
3072
" --trace-sync-io show stack trace when use of sync IO\n"
3073
" is detected after the first tick\n"
3074
- " --use-old-buffer Revert to old Buffer implementation\n"
3075
" --v8-options print v8 command line options\n"
3076
#if defined(NODE_HAVE_I18N_SUPPORT)
3077
" --icu-data-dir=dir set ICU data load path to dir\n"
3078
- " (overrides NODE_ICU_DATA)\n"
+ " (overrides NODE_ICU_DATA)\n"
3079
#if !defined(NODE_HAVE_SMALL_ICU)
3080
" Note: linked-in ICU data is\n"
3081
" present.\n"
0 commit comments