diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:53:41 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:53:41 +0900 |
| commit | b35893ee139f0fdd61dad4eae4aa071937f4ea66 (patch) | |
| tree | f6fd8ddb440ef6d8b145a7dcead7ade4b37b238c /mrbgems | |
| parent | 0947aefa23701c5cb25d89e18c591c6d7afeaa37 (diff) | |
| parent | 5056a29d9307e19303bcc8cf449edc692be7b268 (diff) | |
| download | mruby-b35893ee139f0fdd61dad4eae4aa071937f4ea66.tar.gz mruby-b35893ee139f0fdd61dad4eae4aa071937f4ea66.zip | |
Merge pull request #1689 from Bovi-Li/remove-notice
Remove *very early version* notice
Diffstat (limited to 'mrbgems')
| -rw-r--r-- | mrbgems/mruby-bin-mirb/tools/mirb/mirb.c | 4 |
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 */ |
