mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Oops, fix a format string fail (the help wasn't shown).
This commit is contained in:
parent
b73805e0ce
commit
30c492d2b3
1 changed files with 1 additions and 1 deletions
2
main.py
Normal file → Executable file
2
main.py
Normal file → Executable file
|
@ -46,7 +46,7 @@ Options (+ means active by default, - means inactive by default):
|
|||
constfold + Fold constant expressions to their values, and simplify
|
||||
some expressions.
|
||||
foldtabs - Tabs can't be copy-pasted, so expressions that produce
|
||||
tabs (like llUnescapeURL("%09") aren't optimized by
|
||||
tabs (like llUnescapeURL("%%09") aren't optimized by
|
||||
default. This option overrides that check, enabling
|
||||
optimization of strings with tabs. The resulting source
|
||||
isn't guaranteed to be copy-paste-able to the viewer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue