Update help text to match behavior

This commit is contained in:
Dan Luu 2013-04-08 18:25:15 -04:00
parent 5f13e9ccc2
commit 37f17d7204
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ fn run_cmd(repl: &mut Repl, _in: @io::Reader, _out: @io::Writer,
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
~":load <crate> ... - \
loads given crates as dynamic libraries\n" +
~":clear - clear the screen\n" +
~":clear - bindings\n" +
~":exit - exit from the repl\n" +
~":help - show this message");
}