Merge pull request #17 from pbhogan/master

Fixed typos in usage message for mruby tool.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-04-20 07:33:12 -07:00
+3 -3
View File
@@ -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