aboutsummaryrefslogtreecommitdiff
path: root/example/hello_ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello_ll.c')
-rw-r--r--example/hello_ll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/hello_ll.c b/example/hello_ll.c
index e0ce610..81d04c3 100644
--- a/example/hello_ll.c
+++ b/example/hello_ll.c
@@ -195,7 +195,6 @@ int main(int argc, char *argv[])
if (opts.show_help) {
printf("usage: %s [options] <mountpoint>\n\n", argv[0]);
fuse_cmdline_help();
- fuse_lowlevel_help();
fuse_mount_help();
ret = 0;
goto err_out1;