summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUrban Müller2023-07-03 21:35:29 +0200
committerUrban Müller2023-07-03 21:35:29 +0200
commit36ffd806aec597c6e3eff966d47f02cb23f66a7b (patch)
treeefa71ea158d1db918f02d7aad5178067561455be /README
parent85fc7f9d60f13bf00c322ceda40eed3f3e873e21 (diff)
downloaditools-36ffd806aec597c6e3eff966d47f02cb23f66a7b.tar.gz
itools-36ffd806aec597c6e3eff966d47f02cb23f66a7b.tar.bz2
itools-36ffd806aec597c6e3eff966d47f02cb23f66a7b.zip
mark it::exec call safe, give better it::exec example
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d7fe5a9..c68934c 100644
--- a/README
+++ b/README
@@ -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