|
@@ -98,7 +98,7 @@ Use echo only if purpose of your script/function **is** to print.
|
98
|
98
|
Otherwise use `think()` instead.
|
99
|
99
|
|
100
|
100
|
If you want to make your script "user-friendly" (like babbling about
|
101
|
|
-what it's doing, consider setting `FFOO_VERBOSE` to true in header of
|
|
101
|
+what it's doing), consider setting `FFOO_VERBOSE` to true in header of
|
102
|
102
|
your script (and implementing `-q|--quiet` to tun it off).
|
103
|
103
|
|
104
|
104
|
|