diff options
| author | Urban Müller | 2017-04-24 14:13:56 +0200 |
|---|---|---|
| committer | Urban Müller | 2017-04-24 14:13:56 +0200 |
| commit | f84360a9e435559cc7630fef6c6083f5b170a5f6 (patch) | |
| tree | 4ffbd314aff91a370aeb98eaacdc6a0a0f4dc5c0 | |
| parent | ca5acf36786ae7f286b27f912b612dd73806b854 (diff) | |
| download | itools-f84360a9e435559cc7630fef6c6083f5b170a5f6.tar.gz itools-f84360a9e435559cc7630fef6c6083f5b170a5f6.tar.bz2 itools-f84360a9e435559cc7630fef6c6083f5b170a5f6.zip | |
better docs
| -rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), ... */) { |