From d49f2e77b4741706ec125cc62ea913ed5d39bd39 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 15 Oct 2016 16:09:16 -0700 Subject: Unify handling of fuse_conn_info options Instead of using command line options to modify struct fuse_conn_info before and after calling the init() handler, we now give the file system explicit control over this. --- example/passthrough_ll.c | 1 - 1 file changed, 1 deletion(-) (limited to 'example/passthrough_ll.c') 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] \n\n", argv[0]); fuse_cmdline_help(); - fuse_lowlevel_help(); fuse_mount_help(); ret = 0; goto err_out1; -- cgit v1.2.3