about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librusti/rusti.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc
index 3ec19ce1a14..1671dfe11a3 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| {