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. --- lib/fuse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/fuse.c') diff --git a/lib/fuse.c b/lib/fuse.c index fb15b04..ff46f78 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -4661,7 +4661,6 @@ struct fuse *fuse_new(struct fuse_args *args, if (f->conf.show_help) { fuse_lib_help(); - fuse_lowlevel_help(); fuse_mount_help(); /* Defer printing module help until modules have been loaded */ -- cgit v1.2.3