Skip to content

Commit b6a0d40

Browse files
committed
auto merge of #6671 : kud1ing/rust/patch-1, r=z0w0
2 parents 8a4bffc + da94580 commit b6a0d40

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)