diff options
author | Christian Schneider | 2014-01-14 16:10:16 +0100 |
---|---|---|
committer | Christian Schneider | 2014-01-14 16:10:16 +0100 |
commit | c0deca74b45a7f75f73b11e61fe5c236f0ed2d4c (patch) | |
tree | 43094b4a5cd5922574d3444ad89d12aac1ac7593 /it.class | |
parent | 11a4360f8818e8732f104f5584fec3d6caf2e66a (diff) | |
download | itools-c0deca74b45a7f75f73b11e61fe5c236f0ed2d4c.tar.gz itools-c0deca74b45a7f75f73b11e61fe5c236f0ed2d4c.tar.bz2 itools-c0deca74b45a7f75f73b11e61fe5c236f0ed2d4c.zip |
Fix cdist documentation parameter
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -631,7 +631,7 @@ static function cexec(/* $cmd, $values1 = array(), ... */) * @params $files filename or array of files to distribute * @see it::exec, /opt/ultra/bin/cdist */ -static function cdist(/* $cmd, $values1 = array(), ... */) +static function cdist(/* $file1, ... */) { return it::exec('cdist {FILES}', 'FILES' => func_get_args()); } |