Skip to content

Commit

Permalink
Update scheduler.md
Browse files Browse the repository at this point in the history
This documentation seems to be outdated - a `--path` argument no longer exists on the scheduler. Looking at the output of `scheduler --help`, it would look like `--config` is the actual argument name
  • Loading branch information
dob9601 authored Oct 26, 2024
1 parent 2cb2159 commit b9bfa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/processing/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ After setting up your jobs, you can verify the configuration to ensure everythin
Run the following command to list the jobs from your scheduler file:
<!-- <snip id="scheduler-list-from-file-command" inject_from="yaml" template="sh"> -->
```sh
cargo loco scheduler --path config/scheduler.yaml --list
cargo loco scheduler --config config/scheduler.yaml --list
```
<!-- </snip> -->

Expand Down

0 comments on commit b9bfa0b

Please sign in to comment.