aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-07 22:53:31 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-07 22:53:31 +0200
commit5c4ef33b51f65c9c60032e8a1e12b67526594a7d (patch)
tree44d56e579c07da57ec337986a330bab059a4c6df
parent1e26db53d594a6cc057b81116db5888527d19b0f (diff)
downloadltask-5c4ef33b51f65c9c60032e8a1e12b67526594a7d.tar.gz
Readme
-rw-r--r--Readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 4957b43..89fff84 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,8 +15,7 @@ lightweight remote task management
All output from targets is printed to `STDOUT`, prefixed by the hostname.
This also includes text sent to `STDERR`, which is prefixed by `[ERR]`.
-Text is displayed "as it comes", not sorted by host.
-If required, this can be done afterwards with tools such as `grep`
+Text is displayed "as it comes", not grouped by host.
Status and error messages are printed to `STDERR`.
In Linear execution mode, ltask displays a progress meter.
@@ -47,7 +46,7 @@ Reference for environment variables
PARALLEL Enable parallel execution (true/[false])
# Available in setup
- ASSET_DIR paht to folder where eg keys are stored
+ ASSET_DIR path to folder where eg keys are stored
TOOL_DIR path to helper script folder
Tasks are stored in `tasks/`