diff options
author | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-16 14:24:20 +0000 |
---|---|---|
committer | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-16 14:24:20 +0000 |
commit | f84ae88b2c7261b7ad679f29aeb7937367bfbdb4 (patch) | |
tree | 5258fac95b3b472cf0fa0183cf73e403e3877d32 /bin | |
parent | 9446db408ce9fec8116aa767ce159513558a3638 (diff) | |
download | bundler-f84ae88b2c7261b7ad679f29aeb7937367bfbdb4.tar.gz |
bin/erb: improve documentation of -P flag
man/erb.1: ditto
[Bug #15421]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/erb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,9 +114,9 @@ class ERB -d set $DEBUG to true -r library load a library -E ex[:in] set default external/internal encodings - -U set default encoding to UTF-8. + -U set default encoding to UTF-8 -T trim_mode specify trim_mode (0..2, -) - -P ignore lines which start with "%" + -P disable ruby code evaluation for lines beginning with % var=value set variable EOU exit 1 |