order autolabor docs similarly to labormanager

develop
myk002 2022-07-27 17:14:00 -07:00
parent a053cce444
commit 58c0f94a2d
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 5 additions and 4 deletions

@ -70,6 +70,11 @@ Examples
Advanced usage Advanced usage
-------------- --------------
``autolabor list``
List current status of all labors. Use this command to see the IDs for all
labors.
``autolabor status``
Show basic status information.
``autolabor <labor> <minimum> [<maximum>] [<talent pool>]`` ``autolabor <labor> <minimum> [<maximum>] [<talent pool>]``
Set range of dwarves assigned to a labor, optionally specifying the size of Set range of dwarves assigned to a labor, optionally specifying the size of
the pool of most skilled dwarves that will ever be considered for this the pool of most skilled dwarves that will ever be considered for this
@ -80,9 +85,5 @@ Advanced usage
Turn off autolabor for a specific labor. Turn off autolabor for a specific labor.
``autolabor reset-all|<labor> reset`` ``autolabor reset-all|<labor> reset``
Return a labor (or all labors) to the default handling. Return a labor (or all labors) to the default handling.
``autolabor list``
List current status of all labors.
``autolabor status``
Show basic status information.
See `autolabor-artisans` for a differently-tuned setup. See `autolabor-artisans` for a differently-tuned setup.