update short description for command-prompt

develop
myk002 2022-07-27 15:48:44 -07:00
parent e677e8098d
commit 117efaa814
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -345,7 +345,7 @@ DFhackCExport command_result plugin_init(color_ostream &out, std::vector <Plugin
{
commands.push_back(PluginCommand(
"command-prompt",
"An in-game DFHack terminal.",
"Allows you to run a DFHack command from in-game.",
show_prompt,
hotkey_allow_all));
return CR_OK;