From ab54cbff7a86766b7bf27f72404864a800d44a8c Mon Sep 17 00:00:00 2001 From: Tim Siegel Date: Wed, 23 Mar 2022 22:45:13 -0400 Subject: [PATCH] [confirm] Fix typo in help message (#2046) --- docs/changelog.txt | 1 + plugins/confirm.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 892fcc6c2..fdb03aca1 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -56,6 +56,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - Lua API.rst added: ``isHidden(unit)``, ``isFortControlled(unit)``, ``getOuterContainerRef(unit)``, ``getOuterContainerRef(item)`` - Update download link and installation instructions for Visual C++ 2015 build tools on Windows - Updated information regarding obtaining a compatible Windows build environment +- `confirm`: Correct the command name in the plugin help text ## API - Added functions reverse-engineered from ambushing unit code: ``Units::isHidden``, ``Units::isFortControlled``, ``Units::getOuterContainerRef``, ``Items::getOuterContainerRef`` diff --git a/plugins/confirm.cpp b/plugins/confirm.cpp index 07aee4640..a57ec45dd 100644 --- a/plugins/confirm.cpp +++ b/plugins/confirm.cpp @@ -492,8 +492,8 @@ DFhackCExport command_result plugin_init (color_ostream &out, vector