From 595f7c39069786981b2441bf8f369bcf833a2320 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 4 Oct 2016 19:40:06 -0700 Subject: 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). --- lib/mount_bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mount_bsd.c') 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); -- cgit v1.2.3