From 886117bc5310c0fc3913cf7995d64ffa75eee33c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 19 Nov 2012 18:02:29 -0800 Subject: [PATCH] Long lines --- src/librusti/rusti.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/librusti/rusti.rs b/src/librusti/rusti.rs index dd79d124c5f..79009761467 100644 --- a/src/librusti/rusti.rs +++ b/src/librusti/rusti.rs @@ -270,10 +270,11 @@ 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" + - ~":clear - clear the screen\n" + - ~":exit - exit from the repl\n" + - ~":help - show this message"); + 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"); } ~"{" => { let mut multiline_cmd = ~"";