Commit b4858c82 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1428 from murasesyuka/add_mrbc_help_option

add mrbc -h option
parents a32fdf3e fb9372b9
......@@ -117,6 +117,8 @@ parse_args(mrb_state *mrb, int argc, char **argv, struct mrbc_args *args)
case 'g':
args->debug_info = 1;
break;
case 'h':
return -1;
case '-':
if (argv[i][1] == '\n') {
return i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment