Skip to content
Snippets Groups Projects
Commit 667083f9 authored by Christian Weiske's avatar Christian Weiske Committed by Benni Mack
Browse files

[BUGFIX] Fix short scheduler:run options in documentation

Releases: main, 11.5
Resolves: #98591
Change-Id: I5474e11cd0653b61a1ac2c8725959bc4f1437da4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76063


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent dedbbcfb
Branches
Tags
No related merge requests found
......@@ -69,8 +69,8 @@ The example will trigger the task with uid 8.
The tasks will be executed in the order in which they are provided.
`--f`
-----
`-f`
----
To run a task even if it is disabled (or not scheduled to be run yet),
you need to provide the force option::
......@@ -79,8 +79,8 @@ you need to provide the force option::
This will also run the task with uid 8 if it is disabled.
`--v`
-----
`-v`
----
A single -v flag will output errors only. Two -vv flags will also output additional
information::
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment