diff --git a/docs/concepts/oJob.md b/docs/concepts/oJob.md index d68014e..0a01a7d 100644 --- a/docs/concepts/oJob.md +++ b/docs/concepts/oJob.md @@ -14,18 +14,18 @@ A oJob is mainly defined by a YAML file (although it can also be defined in JSON jobs: - name: Get eggs - name: Get sugar - - name: Get floor + - name: Get flour - name: Make cake deps: - Get eggs - Get sugar - - Get floor + - Get flour todo: - Get eggs - Get sugar - - Get floor + - Get flour - Make cake ```` @@ -399,4 +399,4 @@ You can also use the following extra options: | -todo | List the final todo list after processing all includes and the current file. | | -deps | Tries to provide a human readable representation of the dependencies between all jobs in includes and on the current file. | | -jobhelp | Display any available help information for a job. Can include extra help of jobs defined in "from" an "to". Example: "ojob example.yaml -jobhelp oJob sh" | -| -nocolor | Removes all processing to determine screen size and use ansi colors. | \ No newline at end of file +| -nocolor | Removes all processing to determine screen size and use ansi colors. |