Skip to content

Commit

Permalink
Update help text to match behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
danluu committed Apr 8, 2013
1 parent 5f13e9c commit 37f17d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librusti/rusti.rc
Expand Up @@ -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");
}
Expand Down

0 comments on commit 37f17d7

Please sign in to comment.