Skip to content

Commit da94580

Browse files
author
kud1ing
committed
"Type :help for help", similar to ghci
1 parent 15e4438 commit da94580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librusti/rusti.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ pub fn main() {
389389
if istty {
390390
io::println("WARNING: The Rust REPL is experimental and may be");
391391
io::println("unstable. If you encounter problems, please use the");
392-
io::println("compiler instead.");
392+
io::println("compiler instead. Type :help for help.");
393393

394394
unsafe {
395395
do rl::complete |line, suggest| {

0 commit comments

Comments
 (0)