mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
fix(universal): use tool_header_nodeps
This commit is contained in:
parent
f3300c4cbd
commit
542a84ddf3
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user