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

Merge pull request #17 from pbhogan/master

Fixed typos in usage message for mruby tool.
parents 2dd08ef2 c8c90d36
......@@ -22,10 +22,10 @@ usage(const char *name)
{
static const char *const usage_msg[] = {
"switches:",
"-b load and execute RiteBinary(mrb) file",
"-b load and execute RiteBinary (mrb) file",
"-c check syntax only",
"-v print version number, then trun on verbose mode",
"--verbose run at verbose mode",
"-v print version number, then run in verbose mode",
"--verbose run in verbose mode",
"--version print the version",
"--copyright print the copyright",
NULL
......
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