Skip to content

Commit

Permalink
ExplainCommand: fix shortcuts doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Mar 22, 2024
1 parent da4f557 commit 2494ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ bin/console scheduler:explain
bin/console scheduler:explain --id="job id"
bin/console scheduler:explain --expression="0 22 * 12 *"
bin/console scheduler:explain --expression="* 8 * * *" --seconds=10 --timezone="Europe/Prague" --language=en
bin/console scheduler:explain -e="* 8 * * *" -s=10 -tz="Europe/Prague" -l=en
bin/console scheduler:explain -e"* 8 * * *" -s10 -tz"Europe/Prague" -len
```

Options:
Expand Down

0 comments on commit 2494ae1

Please sign in to comment.