diff options
author | Christian Schneider | 2021-02-03 09:09:48 +0100 |
---|---|---|
committer | Christian Schneider | 2021-02-03 09:09:48 +0100 |
commit | 039792e13581ebfd0ddc05bb115bc5f6bfa9cf46 (patch) | |
tree | 864cadf24fcd3227d7cf664e91091a58e6f92c46 /it.class | |
parent | 34b71000b9e7a3db54c7826c790dfc1781ad430a (diff) | |
download | itools-039792e13581ebfd0ddc05bb115bc5f6bfa9cf46.tar.gz itools-039792e13581ebfd0ddc05bb115bc5f6bfa9cf46.tar.bz2 itools-039792e13581ebfd0ddc05bb115bc5f6bfa9cf46.zip |
Use proper name of option in example
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -742,7 +742,7 @@ static function cexec(/* $cmd, $values1 = array(), ... */) /** * distribute local files to all cluster hosts of the current service. no stderr if called with @ - * @params $args Variable number of options (e.g. --twofirst), filename or array of files to distribute + * @params $args Variable number of options (e.g. --firsttwo), filename or array of files to distribute * @see it::exec, /opt/ultra/bin/cdist */ static function cdist(...$args) |