aboutsummaryrefslogtreecommitdiff
path: root/lib/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mount.c')
-rw-r--r--lib/mount.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/mount.c b/lib/mount.c
index c00367f..051b424 100644
--- a/lib/mount.c
+++ b/lib/mount.c
@@ -115,16 +115,6 @@ static const struct fuse_opt fuse_mount_opts[] = {
FUSE_OPT_END
};
-void fuse_mount_help(void)
-{
- /* These are not all options, but the ones that are
- potentially of interest to an end-user */
- printf(
-" -o allow_other allow access to other users\n"
-" -o allow_root allow access to root\n"
-" -o auto_unmount auto unmount on process termination\n");
-}
-
static void exec_fusermount(const char *argv[])
{
execv(FUSERMOUNT_DIR "/" FUSERMOUNT_PROG, (char **) argv);