mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
typo fixed, again. thanks, Doug Kearns.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f76f6155e1
commit
59f296ffb4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Oct 15 19:51:29 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
* bin/erb: typo fixed, again. thanks, Doug Kearns.
|
||||
|
||||
Fri Oct 14 23:09:31 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (MKFILES): update MKFILES if configure files get
|
||||
|
|
2
bin/erb
2
bin/erb
|
@ -107,7 +107,7 @@ class ERB
|
|||
-K [kcode] specify KANJI code-set
|
||||
-S [safe_level] set $SAFE (0..4)
|
||||
-T [trim_mode] specify trim_mode (0..2, -)
|
||||
-P disregard the lin which starts in "%"
|
||||
-P ignore lines which start with "%"
|
||||
EOU
|
||||
exit 1
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue