update dwarfmonitor short description

develop
myk002 2022-07-24 23:10:25 -07:00
parent ac11cde213
commit 91e3f6767c
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -2076,7 +2076,7 @@ DFhackCExport command_result plugin_init(color_ostream &out, std::vector <Plugin
commands.push_back(
PluginCommand(
"dwarfmonitor",
"Records dwarf activity to measure fort efficiency",
"Measure fort happiness and efficiency.",
dwarfmonitor_cmd));
dm_lua::state=Lua::Core::State;