Update help text to match behavior
This commit is contained in:
parent
5f13e9ccc2
commit
37f17d7204
@ -273,7 +273,7 @@ fn run_cmd(repl: &mut Repl, _in: @io::Reader, _out: @io::Writer,
|
|||||||
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
||||||
~":load <crate> ... - \
|
~":load <crate> ... - \
|
||||||
loads given crates as dynamic libraries\n" +
|
loads given crates as dynamic libraries\n" +
|
||||||
~":clear - clear the screen\n" +
|
~":clear - bindings\n" +
|
||||||
~":exit - exit from the repl\n" +
|
~":exit - exit from the repl\n" +
|
||||||
~":help - show this message");
|
~":help - show this message");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user