From 37f17d720410c11cc3e9172602babe4e8b997e59 Mon Sep 17 00:00:00 2001 From: Dan Luu Date: Mon, 8 Apr 2013 18:25:15 -0400 Subject: [PATCH] Update help text to match behavior --- src/librusti/rusti.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc index 6b91377b67485..9cf0e50cc1050 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 ... - \ 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"); }