Oops, fix a format string fail (the help wasn't shown).

This commit is contained in:
Sei Lisa 2015-03-03 19:58:40 +01:00
parent b73805e0ce
commit 30c492d2b3

2
main.py Normal file → Executable file
View 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.