summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schneider2021-02-03 09:09:48 +0100
committerChristian Schneider2021-02-03 09:09:48 +0100
commit039792e13581ebfd0ddc05bb115bc5f6bfa9cf46 (patch)
tree864cadf24fcd3227d7cf664e91091a58e6f92c46
parent34b71000b9e7a3db54c7826c790dfc1781ad430a (diff)
downloaditools-039792e13581ebfd0ddc05bb115bc5f6bfa9cf46.tar.gz
itools-039792e13581ebfd0ddc05bb115bc5f6bfa9cf46.tar.bz2
itools-039792e13581ebfd0ddc05bb115bc5f6bfa9cf46.zip
Use proper name of option in example
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 513512a..b5343cd 100644
--- a/it.class
+++ b/it.class
@@ -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)