diff options
author | seki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-25 03:06:23 +0000 |
---|---|---|
committer | seki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-25 03:06:23 +0000 |
commit | ae982c17f0dd9c17cf3f18f5dd2e99aee1690842 (patch) | |
tree | d623d49d5a270a507ad187e1355deaea0563f81e /bin | |
parent | 00b44014f00b339352b1d79c3c9136b287147a94 (diff) |
typo fixed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/erb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ class ERB -x print ruby script -n print ruby script with line number -v enable verbose mode - -d set $DBEUG to true + -d set $DEBUG to true -r [library] load a library -K [kcode] specify KANJI code-set -S [safe_level] set $SAFE (0..4) |