aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_hp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'example/passthrough_hp.cc')
-rw-r--r--example/passthrough_hp.cc2
1 files changed, 2 insertions, 0 deletions
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) {