summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2017-04-24 14:13:56 +0200
committerUrban Müller2017-04-24 14:13:56 +0200
commitf84360a9e435559cc7630fef6c6083f5b170a5f6 (patch)
tree4ffbd314aff91a370aeb98eaacdc6a0a0f4dc5c0
parentca5acf36786ae7f286b27f912b612dd73806b854 (diff)
downloaditools-f84360a9e435559cc7630fef6c6083f5b170a5f6.tar.gz
itools-f84360a9e435559cc7630fef6c6083f5b170a5f6.tar.bz2
itools-f84360a9e435559cc7630fef6c6083f5b170a5f6.zip
better docs
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 6aa7255..bb3ef83 100644
--- a/it.class
+++ b/it.class
@@ -582,7 +582,7 @@ static function exec(/* $cmd, $values1 = array(), ... */)
* Construct shell command using it::shell_command, log it, execute it and return exit code.
* stdout/stderr is forwarded to stdout/stderror of calling script.
* See ::exec above for usage
- * @return exit code of command.
+ * @return exit code of last command: zero for success, nonzero for failure
*/
static function system(/* $cmd, $values1 = array(), ... */)
{