newline at end of output
This commit is contained in:
parent
3bf1bcd3fe
commit
f67c005e5e
1 changed files with 1 additions and 1 deletions
|
@ -146,4 +146,4 @@ let fresh () =
|
|||
print_string footer;
|
||||
print_newline ()
|
||||
|
||||
let help () = print_string (header ^ help ^ footer)
|
||||
let help () = print_string (header ^ help ^ footer ^ "\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue