diff --git a/src/codo-iwd-tool.cpp b/src/codo-iwd-tool.cpp index 2fdcce7..7e696fb 100644 --- a/src/codo-iwd-tool.cpp +++ b/src/codo-iwd-tool.cpp @@ -121,6 +121,8 @@ std::string read_file(const std::filesystem::path& path) int main(int argc, char** argv) { + std::cout << "iwd-tool by RektInator." << std::endl; + try { auto dump_file = static_cast("dump.cfg");