From 30c492d2b3af280e36cb36eba5e38b4e113333f6 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Tue, 3 Mar 2015 19:58:40 +0100 Subject: [PATCH] Oops, fix a format string fail (the help wasn't shown). --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 main.py diff --git a/main.py b/main.py old mode 100644 new mode 100755 index 8d0117b..17567e2 --- a/main.py +++ b/main.py @@ -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.