Skip to content

Commit

Permalink
"Type :help for help", similar to ghci
Browse files Browse the repository at this point in the history
  • Loading branch information
kud1ing committed May 22, 2013
1 parent 15e4438 commit da94580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librusti/rusti.rc
Expand Up @@ -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| {
Expand Down

5 comments on commit da94580

@bors
Copy link
Contributor

@bors bors commented on da94580 May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on da94580 May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging kud1ing/rust/patch-1 = da94580 into auto

@bors
Copy link
Contributor

@bors bors commented on da94580 May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kud1ing/rust/patch-1 = da94580 merged ok, testing candidate = b6a0d40

@bors
Copy link
Contributor

@bors bors commented on da94580 May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on da94580 May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = b6a0d40

Please sign in to comment.