Commit 0cdc984b authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Refine the usage message of `mruby` command

parent c6138133
......@@ -39,7 +39,7 @@ usage(const char *name)
};
const char *const *p = usage_msg;
printf("Usage: %s [switches] programfile\n", name);
printf("Usage: %s [switches] [programfile] [arguments]\n", name);
while (*p)
printf(" %s\n", *p++);
}
......
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