"Type :help for help", similar to ghci

This commit is contained in:
kud1ing 2013-05-22 10:03:51 +03:00
parent 15e44381af
commit da94580ddc

View File

@ -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| {