From da94580ddc605318a6bb7082a4b7907509d2dcc4 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 22 May 2013 10:03:51 +0300 Subject: [PATCH] "Type :help for help", similar to ghci --- 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 3ec19ce1a147..1671dfe11a30 100644 --- a/src/librusti/rusti.rc +++ b/src/librusti/rusti.rc @@ -389,7 +389,7 @@ pub fn main() { if istty { io::println("WARNING: The Rust REPL is experimental and may be"); io::println("unstable. If you encounter problems, please use the"); - io::println("compiler instead."); + io::println("compiler instead. Type :help for help."); unsafe { do rl::complete |line, suggest| {