fix usage message

This commit is contained in:
murase_syuka
2014-12-11 06:52:52 +09:00
parent 44c29e88ae
commit 77c6bfe287
@@ -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");
}