mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
chore(pxattr): no need to show header with dependencies
This commit is contained in:
parent
4b9974c76f
commit
402bb48e19
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user