Commit 77c6bfe2 authored by murase_syuka's avatar murase_syuka

fix usage message

parent 44c29e88
......@@ -31,8 +31,8 @@ irep_remove_lv(mrb_state *mrb, mrb_irep *irep)
static void
print_usage(const char *f)
{
printf("Usage: %s [options] irepfiles\n", f);
printf("options:\n");
printf("Usage: %s [switches] irepfiles\n", f);
printf("switches:\n");
printf(" -l, --lvar remove LVAR section too.\n");
}
......
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