mrubyを超漢字で動作させる
Revision | c8c90d364438febfb7419db996afeecc6ebdb51b (tree) |
---|---|
Time | 2012-04-20 23:22:30 |
Author | Patrick Hogan <pbhogan@gmai...> |
Commiter | Patrick Hogan |
Fixed typos in usage message.
@@ -22,10 +22,10 @@ usage(const char *name) | ||
22 | 22 | { |
23 | 23 | static const char *const usage_msg[] = { |
24 | 24 | "switches:", |
25 | - "-b load and execute RiteBinary(mrb) file", | |
25 | + "-b load and execute RiteBinary (mrb) file", | |
26 | 26 | "-c check syntax only", |
27 | - "-v print version number, then trun on verbose mode", | |
28 | - "--verbose run at verbose mode", | |
27 | + "-v print version number, then run in verbose mode", | |
28 | + "--verbose run in verbose mode", | |
29 | 29 | "--version print the version", |
30 | 30 | "--copyright print the copyright", |
31 | 31 | NULL |