aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 16:09:16 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 16:49:23 -0700
commitd49f2e77b4741706ec125cc62ea913ed5d39bd39 (patch)
treeecdb3d8c7aad836d43844333b87139a105bf1171 /lib/fuse.c
parent587df370419e641ed47489f08069ad5f4ca4fe5f (diff)
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.
Diffstat (limited to 'lib/fuse.c')
-rw-r--r--lib/fuse.c1
1 files changed, 0 insertions, 1 deletions
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 */