diff options
| author | kud1ing <github@kudling.de> | 2013-05-22 10:03:51 +0300 |
|---|---|---|
| committer | kud1ing <github@kudling.de> | 2013-05-22 10:03:51 +0300 |
| commit | da94580ddc605318a6bb7082a4b7907509d2dcc4 (patch) | |
| tree | 3d73cc753071d3db05c6f9d5274579157a332b39 | |
| parent | 15e44381af4f6d89fc62111a8425087ccab40665 (diff) | |
| download | rust-da94580ddc605318a6bb7082a4b7907509d2dcc4.tar.gz rust-da94580ddc605318a6bb7082a4b7907509d2dcc4.zip | |
"Type :help for help", similar to ghci
| -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| { |
