diff options
| author | bors <bors@rust-lang.org> | 2013-05-22 04:16:26 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-22 04:16:26 -0700 |
| commit | b6a0d40c1d5e4e69717b688a6377f5a96937964b (patch) | |
| tree | c68b667e988fb2c7633cd5968b65e006d3377122 | |
| parent | 8a4bffc7eee07d895e32db9a4a366c23995d260a (diff) | |
| parent | da94580ddc605318a6bb7082a4b7907509d2dcc4 (diff) | |
| download | rust-b6a0d40c1d5e4e69717b688a6377f5a96937964b.tar.gz rust-b6a0d40c1d5e4e69717b688a6377f5a96937964b.zip | |
auto merge of #6671 : kud1ing/rust/patch-1, r=z0w0
| -rw-r--r-- | src/librusti/rusti.rc | 2 |
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| { |
