diff --git a/library/Core.cpp b/library/Core.cpp index facd02823..1b3f1409f 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -1235,7 +1235,8 @@ command_result Core::runCommand(color_ostream &con, const std::string &first_, v } } else if (res == CR_NEEDS_CONSOLE) - con.printerr("%s needs interactive console to work.\n", first.c_str()); + con.printerr("%s needs an interactive console to work.\n" + "Please run this command from the DFHack terminal.\n", first.c_str()); return res; }