We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2490c commit bd77a59Copy full SHA for bd77a59
src/node.cc
@@ -3066,7 +3066,7 @@ static void PrintHelp() {
3066
" --trace-deprecation show stack traces on deprecations\n"
3067
" --trace-sync-io show stack trace when use of sync IO\n"
3068
" is detected after the first tick\n"
3069
- " --track-heap-objects track heap object allocations for heap"
+ " --track-heap-objects track heap object allocations for heap "
3070
"snapshots\n"
3071
" --v8-options print v8 command line options\n"
3072
#if defined(NODE_HAVE_I18N_SUPPORT)
0 commit comments