diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-20 07:33:12 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-20 07:33:12 -0700 |
| commit | e40e55da715cd4e67f388815645bf664600e4ccd (patch) | |
| tree | 580dd245cdf78ff954d07e3aa825de758a7b8d32 | |
| parent | 2dd08ef2ec27c69edf7c2eed188ec69f42048a02 (diff) | |
| parent | c8c90d364438febfb7419db996afeecc6ebdb51b (diff) | |
| download | mruby-e40e55da715cd4e67f388815645bf664600e4ccd.tar.gz mruby-e40e55da715cd4e67f388815645bf664600e4ccd.zip | |
Merge pull request #17 from pbhogan/master
Fixed typos in usage message for mruby tool.
| -rw-r--r-- | tools/mruby/mruby.c | 6 |
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 |
