Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
529b0ae1
Commit
529b0ae1
authored
Dec 01, 2011
by
Edward Z. Yang
Browse files
Add missing newline in RTS help output.
Signed-off-by:
Edward Z. Yang
<
ezyang@mit.edu
>
parent
b3e30449
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/RtsFlags.c
View file @
529b0ae1
...
...
@@ -249,7 +249,7 @@ usage_text[] = {
" -I<sec> Perform full GC after <sec> idle time (default: 0.3, 0 == off)"
,
#endif
""
,
" -T Collect GC statistics (useful for in-program statistics access)"
" -T Collect GC statistics (useful for in-program statistics access)"
,
" -t[<file>] One-line GC statistics (if <file> omitted, uses stderr)"
,
" -s[<file>] Summary GC statistics (if <file> omitted, uses stderr)"
,
" -S[<file>] Detailed GC statistics (if <file> omitted, uses stderr)"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment