chore(pxattr): no need to show header with dependencies

This commit is contained in:
Marcus Holland-Moritz 2025-03-22 10:52:21 +01:00
parent 4b9974c76f
commit 402bb48e19

View File

@ -63,7 +63,8 @@ int pxattr_main(int argc, sys_char** argv) {
if (vm.contains("help")) {
constexpr auto usage = "Usage: pxattr [OPTIONS...]\n";
std::cout << tool::tool_header("pxattr") << usage << "\n" << desc << "\n";
std::cout << tool::tool_header_nodeps("pxattr") << usage << "\n"
<< desc << "\n";
return 0;
}