From 410890482c8b134525bb9f006089848399eea62a Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 16 Jun 2025 12:17:26 +0200 Subject: example/passthrough_hp: Show fuse lowlevel help options Signed-off-by: Bernd Schubert --- example/passthrough_hp.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index dd3a45a..4f34e2b 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -1455,6 +1455,8 @@ static cxxopts::ParseResult parse_options(int argc, char **argv) std::cout << std::endl << "options:" << help.substr(help.find("\n\n") + 1, string::npos); + std::cout << "\nFuse lowlevel options:\n"; + fuse_lowlevel_help(); exit(0); } else if (argc != 3) { -- cgit v1.2.3