fix(universal): use tool_header_nodeps

This commit is contained in:
Marcus Holland-Moritz 2025-03-17 18:27:24 +01:00
parent f3300c4cbd
commit 542a84ddf3

View File

@ -104,7 +104,7 @@ int SYS_MAIN(int argc, sys_char** argv) {
ranges::to<std::string>; ranges::to<std::string>;
// clang-format off // clang-format off
std::cout << tool_header("dwarfs-universal") std::cout << tool_header_nodeps("dwarfs-universal")
<< "Command line options:\n" << "Command line options:\n"
<< " --tool=<name> " << " --tool=<name> "
"which tool to run; available tools are:\n" "which tool to run; available tools are:\n"