summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-21 00:51:29 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-21 00:51:29 +0900
commit3ea69ab4bd003265b6da2d7fb9c72dce9b295108 (patch)
tree331013915a509a30bd38e70825349a557eed5480 /tools
parentc138d7ef0a2365fd7da6a6374f9fa607633f07d5 (diff)
parent431b45156e0dd7970bd7ca39682d6b3fc0fadc8f (diff)
downloadmruby-3ea69ab4bd003265b6da2d7fb9c72dce9b295108.tar.gz
mruby-3ea69ab4bd003265b6da2d7fb9c72dce9b295108.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'tools')
-rw-r--r--tools/mruby/mruby.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mruby/mruby.c b/tools/mruby/mruby.c
index 4e84b3c7d..769746530 100644
--- a/tools/mruby/mruby.c
+++ b/tools/mruby/mruby.c
@@ -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