summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mruby
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2018-12-11 09:37:23 +0900
committerHiroshi Mimaki <[email protected]>2018-12-11 09:37:23 +0900
commit716e7b815ff8bff50226ce49759493aec4ef5103 (patch)
tree7f05c3995a592be9bdf74ce4f679fac8e2b875a3 /mrbgems/mruby-bin-mruby
parente3ae0e4f2962418106875217adcd4f5971ce4689 (diff)
downloadmruby-716e7b815ff8bff50226ce49759493aec4ef5103.tar.gz
mruby-716e7b815ff8bff50226ce49759493aec4ef5103.zip
Fixed missing comma in mruby/mirb usage.
Diffstat (limited to 'mrbgems/mruby-bin-mruby')
-rw-r--r--mrbgems/mruby-bin-mruby/tools/mruby/mruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c b/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c
index caf8e78c2..498bedef2 100644
--- a/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c
+++ b/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c
@@ -41,7 +41,7 @@ usage(const char *name)
"switches:",
"-b load and execute RiteBinary (mrb) file",
"-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",
"-r library load the library before executing your script",
"-v print version number, then run in verbose mode",