From 199fc0f8335af5487edb243c05a662b60e311463 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 16 Oct 2016 14:28:47 -0700 Subject: Inlined fuse_mount_help() into fuse_lowlevel_help(). Both the BSD and Linux implementation actually accept mostly the same FUSE-specific mount options. Up to now, the BSD help function appended the output of ``mount_fusefs --help``, but looking at http://www.unix.com/man-page/freebsd/8/mount_fusefs/ this is likely more confusing than helpful (since the user is not actually invoking mount_fusefs directly, most of the options don't make sense). --- lib/helper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index 6d72802..cc1002d 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -258,7 +258,6 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, if (opts.show_version) { printf("FUSE library version %s\n", PACKAGE_VERSION); fuse_lowlevel_version(); - fuse_mount_version(); res = 0; goto out1; } -- cgit v1.2.3