Oops, fix a format string fail (the help wasn't shown).
This commit is contained in:
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
|
constfold + Fold constant expressions to their values, and simplify
|
||||||
some expressions.
|
some expressions.
|
||||||
foldtabs - Tabs can't be copy-pasted, so expressions that produce
|
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
|
default. This option overrides that check, enabling
|
||||||
optimization of strings with tabs. The resulting source
|
optimization of strings with tabs. The resulting source
|
||||||
isn't guaranteed to be copy-paste-able to the viewer.
|
isn't guaranteed to be copy-paste-able to the viewer.
|
||||||
|
|||||||
Reference in New Issue
Block a user