diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ Functions: it::error($info) -- print or mail error message it::fatal($info) -- print or mail error message, then exit it::bail($message) -- print message to stderr, exit with errcode - it::exec($command, $values) -- execute command, return output + it::exec('command', $values) -- execute command, return output it::getopt($usage) -- parse (or print) usage, return options, it::gets() -- fetch next line from stdin or named arg it::imageconvert($params) -- Convert image using ImageMagick convert |