typo fixed, again. thanks, Doug Kearns.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2005-10-15 10:57:50 +00:00
parent 45e155dbe5
commit 49656fffe1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Oct 15 19:56:38 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* bin/erb: typo fixed, again. thanks, Doug Kearns.
Fri Oct 14 22:08:26 2005 NAKAMURA Usaku <usa@ruby-lang.org> Fri Oct 14 22:08:26 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (ioctl): should set errno. * win32/win32.c (ioctl): should set errno.

View file

@ -107,7 +107,7 @@ class ERB
-K [kcode] specify KANJI code-set -K [kcode] specify KANJI code-set
-S [safe_level] set $SAFE (0..4) -S [safe_level] set $SAFE (0..4)
-T [trim_mode] specify trim_mode (0..2, -) -T [trim_mode] specify trim_mode (0..2, -)
-P disregard the lin which starts in "%" -P ignore lines which start with "%"
EOU EOU
exit 1 exit 1
end end