diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/hello_ll.c | 1 | ||||
-rw-r--r-- | example/notify_inval_entry.c | 1 | ||||
-rw-r--r-- | example/notify_inval_inode.c | 1 | ||||
-rw-r--r-- | example/notify_store_retrieve.c | 1 | ||||
-rw-r--r-- | example/passthrough_ll.c | 1 |
5 files changed, 0 insertions, 5 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; diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c index 1c2a6c9..bb6f2ef 100644 --- a/example/notify_inval_entry.c +++ b/example/notify_inval_entry.c @@ -287,7 +287,6 @@ int main(int argc, char *argv[]) { if (opts.show_help) { show_help(argv[0]); fuse_cmdline_help(); - fuse_lowlevel_help(); fuse_mount_help(); ret = 0; goto err_out1; diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c index c9ab4d8..078107e 100644 --- a/example/notify_inval_inode.c +++ b/example/notify_inval_inode.c @@ -310,7 +310,6 @@ int main(int argc, char *argv[]) { if (opts.show_help) { show_help(argv[0]); fuse_cmdline_help(); - fuse_lowlevel_help(); fuse_mount_help(); ret = 0; goto err_out1; diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c index 5b5fa63..8cc6666 100644 --- a/example/notify_store_retrieve.c +++ b/example/notify_store_retrieve.c @@ -353,7 +353,6 @@ int main(int argc, char *argv[]) { if (opts.show_help) { show_help(argv[0]); fuse_cmdline_help(); - fuse_lowlevel_help(); fuse_mount_help(); ret = 0; goto err_out1; diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c index df9d7d3..7884242 100644 --- a/example/passthrough_ll.c +++ b/example/passthrough_ll.c @@ -469,7 +469,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; |