• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

Revisionc8c90d364438febfb7419db996afeecc6ebdb51b (tree)
Time2012-04-20 23:22:30
AuthorPatrick Hogan <pbhogan@gmai...>
CommiterPatrick Hogan

Log Message

Fixed typos in usage message.

Change Summary

Incremental Difference

--- a/tools/mruby/mruby.c
+++ b/tools/mruby/mruby.c
@@ -22,10 +22,10 @@ usage(const char *name)
2222 {
2323 static const char *const usage_msg[] = {
2424 "switches:",
25- "-b load and execute RiteBinary(mrb) file",
25+ "-b load and execute RiteBinary (mrb) file",
2626 "-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",
2929 "--version print the version",
3030 "--copyright print the copyright",
3131 NULL