mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fixed typos in usage message.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user