From 58c0f94a2d4f445370016f58d5932724b9f8f908 Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 27 Jul 2022 17:14:00 -0700 Subject: [PATCH] order autolabor docs similarly to labormanager --- docs/plugins/autolabor.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/plugins/autolabor.rst b/docs/plugins/autolabor.rst index ca249ee19..dc14a40bb 100644 --- a/docs/plugins/autolabor.rst +++ b/docs/plugins/autolabor.rst @@ -70,6 +70,11 @@ Examples 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 [] []`` 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 @@ -80,9 +85,5 @@ Advanced usage Turn off autolabor for a specific labor. ``autolabor reset-all| reset`` 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.