Commit 716e7b81 authored by Hiroshi Mimaki's avatar Hiroshi Mimaki

Fixed missing comma in mruby/mirb usage.

parent e3ae0e4f
...@@ -230,7 +230,7 @@ usage(const char *name) ...@@ -230,7 +230,7 @@ usage(const char *name)
{ {
static const char *const usage_msg[] = { static const char *const usage_msg[] = {
"switches:", "switches:",
"-d set $DEBUG to true (same as `mruby -d`)" "-d set $DEBUG to true (same as `mruby -d`)",
"-r library same as `mruby -r`", "-r library same as `mruby -r`",
"-v print version number, then run in verbose mode", "-v print version number, then run in verbose mode",
"--verbose run in verbose mode", "--verbose run in verbose mode",
......
...@@ -41,7 +41,7 @@ usage(const char *name) ...@@ -41,7 +41,7 @@ usage(const char *name)
"switches:", "switches:",
"-b load and execute RiteBinary (mrb) file", "-b load and execute RiteBinary (mrb) file",
"-c check syntax only", "-c check syntax only",
"-d set debugging flags (set $DEBUG to true)" "-d set debugging flags (set $DEBUG to true)",
"-e 'command' one line of script", "-e 'command' one line of script",
"-r library load the library before executing your script", "-r library load the library before executing your script",
"-v print version number, then run in verbose mode", "-v print version number, then run in verbose mode",
......
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