diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-15 19:46:57 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-15 19:46:57 -0700 |
commit | b16650830d69cbe2d13e74c4318757c15f2c552f (patch) | |
tree | eb2972d1d46aeed0bba411a02b8f523c7e21a8c2 /lib/mount_bsd.c | |
parent | b46250c40e29a23d37fe8fdadd6ef0d4cfe8b897 (diff) | |
download | libfuse-b16650830d69cbe2d13e74c4318757c15f2c552f.tar.gz |
Make --help output more suitable for end-user
We now only list options that are potentially useful for an
end-user (and unlikely to accidentally break a file system). The full
list of FUSE options has been moved to the documentation of the
fuse_new() and fuse_session_new() functions.
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r-- | lib/mount_bsd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index dc05506..c39414b 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -96,10 +96,8 @@ static const struct fuse_opt fuse_mount_opts[] = { 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) |