newline at end of output

This commit is contained in:
atagen 2024-11-24 11:14:11 +11:00
parent 3bf1bcd3fe
commit f67c005e5e

View File

@ -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")