summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mirb
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2014-02-08 03:06:05 +0800
committerDaniel Bovensiepen <[email protected]>2014-02-08 03:06:05 +0800
commit5056a29d9307e19303bcc8cf449edc692be7b268 (patch)
treee462045e415ea8c1f0e512dbb8f87e901eafa1b2 /mrbgems/mruby-bin-mirb
parent56b5356f6bb56893e9bd73ec0e4a1daf15f35f7e (diff)
downloadmruby-5056a29d9307e19303bcc8cf449edc692be7b268.tar.gz
mruby-5056a29d9307e19303bcc8cf449edc692be7b268.zip
Remove notice of early version
Diffstat (limited to 'mrbgems/mruby-bin-mirb')
-rw-r--r--mrbgems/mruby-bin-mirb/tools/mirb/mirb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
index 75d51265b..1ac988b2b 100644
--- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
+++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
@@ -215,9 +215,7 @@ cleanup(mrb_state *mrb, struct _args *args)
static void
print_hint(void)
{
- printf("mirb - Embeddable Interactive Ruby Shell\n");
- printf("\nThis is a very early version, please test and report errors.\n");
- printf("Thanks :)\n\n");
+ printf("mirb - Embeddable Interactive Ruby Shell\n\n");
}
/* Print the command line prompt of the REPL */