diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-06-08 02:25:48 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-06-08 02:25:48 +0200 |
commit | 2752f4a462004485afb6a5486375447b10cd7c36 (patch) | |
tree | a8dbc53693473e8696c23e1247ca78a6ce5abfd5 /tasks/example | |
parent | fa7ef611183f48a4133541184d0fc4203c44fda8 (diff) | |
download | ltask-2752f4a462004485afb6a5486375447b10cd7c36.tar.gz |
changed true/false to yes/no for consistency
Diffstat (limited to 'tasks/example')
-rw-r--r-- | tasks/example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/example b/tasks/example index deb3c94..8974aee 100644 --- a/tasks/example +++ b/tasks/example @@ -13,7 +13,7 @@ function task_setup() { # $INCLUDE_DIR # Available Configuration - # $PARALLEL "true"/"false" + # $PARALLEL "yes"/"no" INCLUDES+=() |