diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc index 3ec19ce1a1476..1671dfe11a309 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| {