aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_bsd.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-04 19:40:06 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-04 19:40:06 -0700
commit595f7c39069786981b2441bf8f369bcf833a2320 (patch)
treebc79da748afd4f3fc95f174126748dd00197f6a6 /lib/mount_bsd.c
parent950398c4f68a75a12c370ee8bf4b0f57ca1bfd9f (diff)
fuse_mount_help(): clarify that listed options are FUSE specific
We also accept a number of mount options that are common to all file systems (nosuid, nodev, ro, etc).
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r--lib/mount_bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index 4703d94..bc3ed89 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -98,7 +98,7 @@ static const struct fuse_opt fuse_mount_opts[] = {
void fuse_mount_help(void)
{
printf(
-"Mount options:\n"
+"FUSE-specific mount options:\n"
" -o allow_root allow access to root\n");
system(FUSERMOUNT_PROG " --help");
fputc('\n', stderr);