"Type :help for help", similar to ghci
This commit is contained in:
parent
15e44381af
commit
da94580ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -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| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue