aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount_bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r--lib/mount_bsd.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index bc3ed89..9cf9dfa 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -90,20 +90,9 @@ static const struct fuse_opt fuse_mount_opts[] = {
* handle them
*/
FUSE_OPT_KEY("fsname=", KEY_KERN),
- FUSE_OPT_KEY("nonempty", KEY_KERN),
- FUSE_OPT_KEY("large_read", KEY_KERN),
FUSE_OPT_END
};
-void fuse_mount_help(void)
-{
- printf(
-"FUSE-specific mount options:\n"
-" -o allow_root allow access to root\n");
- system(FUSERMOUNT_PROG " --help");
- fputc('\n', stderr);
-}
-
void fuse_mount_version(void)
{
system(FUSERMOUNT_PROG " --version");