diff --git a/src/node.cc b/src/node.cc index 8d1cfd38cf16d2..42b89354e76d76 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3106,10 +3106,9 @@ static void PrintHelp() { " --track-heap-objects track heap object allocations for heap " "snapshots\n" " --v8-options print v8 command line options\n" - " --use-old-buffer Revert to old Buffer implementation\n" #if defined(NODE_HAVE_I18N_SUPPORT) " --icu-data-dir=dir set ICU data load path to dir\n" - " (overrides NODE_ICU_DATA)\n" + " (overrides NODE_ICU_DATA)\n" #if !defined(NODE_HAVE_SMALL_ICU) " Note: linked-in ICU data is\n" " present.\n"