diff options
| author | Dan Luu <danluu@gmail.com> | 2013-04-08 18:25:15 -0400 |
|---|---|---|
| committer | Dan Luu <danluu@gmail.com> | 2013-04-08 18:25:15 -0400 |
| commit | 37f17d720410c11cc3e9172602babe4e8b997e59 (patch) | |
| tree | 0c8fb95715824c83565cc4a2a436efe8641a294f | |
| parent | 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346 (diff) | |
| download | rust-37f17d720410c11cc3e9172602babe4e8b997e59.tar.gz rust-37f17d720410c11cc3e9172602babe4e8b997e59.zip | |
Update help text to match behavior
| -rw-r--r-- | src/librusti/rusti.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc index 6b91377b674..9cf0e50cc10 100644 --- a/src/librusti/rusti.rc +++ b/src/librusti/rusti.rc @@ -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"); } |
