Skip to content

Commit

Permalink
very old typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Nov 28, 2024
1 parent 86f6295 commit 1dbdf80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/concepts/oJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
````

Expand Down Expand Up @@ -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. |
| -nocolor | Removes all processing to determine screen size and use ansi colors. |

0 comments on commit 1dbdf80

Please sign in to comment.