From f55a1b9990f2873ed6111faeee2bfb4be2edaf7c Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 18 Jan 2020 18:52:17 -0500 Subject: [PATCH] autofarm: mention runonce and status in built-in help --- plugins/autofarm.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/autofarm.cpp b/plugins/autofarm.cpp index 991dfd222..54ce3600d 100644 --- a/plugins/autofarm.cpp +++ b/plugins/autofarm.cpp @@ -44,9 +44,11 @@ DFHACK_PLUGIN_IS_ENABLED(enabled); const char *tagline = "Automatically handle crop selection in farm plots based on current plant stocks."; const char *usage = ( - "autofarm enable\n" - "autofarm default 30\n" - "autofarm threshold 150 helmet_plump tail_pig\n" + "``enable autofarm``: Enables the plugin\n" + "``autofarm runonce``: Updates farm plots (one-time only)\n" + "``autofarm status``: Prints status information\n" + "``autofarm default 30``: Sets the default threshold\n" + "``autofarm threshold 150 helmet_plump tail_pig``: Sets thresholds\n" ); class AutoFarm {