1
Fork 0

Long lines

This commit is contained in:
Brian Anderson 2012-11-19 18:02:29 -08:00
parent a7ecab4ae7
commit 886117bc53

View file

@ -270,7 +270,8 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer,
//rl::clear();
}
~"help" => {
io::println(~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
io::println(
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
~":clear - clear the screen\n" +
~":exit - exit from the repl\n" +
~":help - show this message");