auto merge of #6671 : kud1ing/rust/patch-1, r=z0w0

This commit is contained in:
bors 2013-05-22 04:16:26 -07:00
commit b6a0d40c1d

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