Inlined fuse_mount_help() into fuse_lowlevel_help().
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 21:28:47 +0000 (14:28 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 21:28:47 +0000 (14:28 -0700)
commit199fc0f8335af5487edb243c05a662b60e311463
tree3e11321c3c17b145f54410b8543fe64284d3ca23
parentc8429618ad7dbe9e3c9345db10b3a156ca9dcf72
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/fuse_i.h
lib/fuse_lowlevel.c
lib/helper.c
lib/mount.c
lib/mount_bsd.c