Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd77a59

Browse files
committedJul 10, 2015
-h space between heapsnapshot
1 parent 8e2490c commit bd77a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3066,7 +3066,7 @@ static void PrintHelp() {
30663066
" --trace-deprecation show stack traces on deprecations\n"
30673067
" --trace-sync-io show stack trace when use of sync IO\n"
30683068
" is detected after the first tick\n"
3069-
" --track-heap-objects track heap object allocations for heap"
3069+
" --track-heap-objects track heap object allocations for heap "
30703070
"snapshots\n"
30713071
" --v8-options print v8 command line options\n"
30723072
#if defined(NODE_HAVE_I18N_SUPPORT)

0 commit comments

Comments
 (0)
Please sign in to comment.