From e868612985ca2608409e042dbb8d33f88b76c732 Mon Sep 17 00:00:00 2001 From: Mikhail Panov Date: Fri, 29 Sep 2023 17:41:18 +0300 Subject: [PATCH] Rephrased description in rst files. --- docs/about/Removed.rst | 4 ++-- docs/plugins/orders.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index 4d8f8fc6e..86d7e0f75 100644 --- a/docs/about/Removed.rst +++ b/docs/about/Removed.rst @@ -14,8 +14,8 @@ work (e.g. links from the `changelog`). workorder-recheck ================= -Tool to set 'Checking' status of the selected work order forcing manager to reevaluate its -conditions. Merged into `orders`. +Tool to set 'Checking' status of the selected work order, allowing conditions to be +reevaluated. Merged into `orders`. .. _autohauler: diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index d8d3fe585..acb25fe99 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -18,9 +18,9 @@ Usage ``orders clear`` Deletes all manager orders in the current embark. ``orders recheck [this]`` - Sets the status to ``Checking`` (from ``Active``) of all work orders or one - currently viewed if 'this' option is passed. Work order conditions screen - should be open in this case. This makes the manager reevaluate its conditions. + Sets the status to ``Checking`` (from ``Active``) for all work orders. if the + "this" option is passed, only sets the status for the workorder whose condition + details page is open. This makes the manager reevaluate its conditions. This is especially useful for an order that had its conditions met when it was started, but the requisite items have since disappeared and the workorder is now generating job cancellation spam.