summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 6167dbe..df125f9 100644
--- a/it.class
+++ b/it.class
@@ -1180,7 +1180,7 @@ static function file_get($filename, $p = array())
* @param $data data to write, string by default
* @param $p['keyval'] $data must be an assoc array and is written as tab-separated lines
* @param $p['lines'] write array of lines, appending newline
- * @param $p['json'] write array as json
+ * @param $p['json'] write array as json (prettyprints on devel)
* @param $p['mkdir'] create parent directory (one level)
* @param $p['cdist'] distribute saved file
* @return falsey for write errors