Make --help output more suitable for end-user
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 02:46:57 +0000 (19:46 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 02:46:57 +0000 (19:46 -0700)
commitb16650830d69cbe2d13e74c4318757c15f2c552f
treeeb2972d1d46aeed0bba411a02b8f523c7e21a8c2
parentb46250c40e29a23d37fe8fdadd6ef0d4cfe8b897
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.
13 files changed:
ChangeLog.rst
example/hello_ll.c
example/notify_inval_entry.c
example/notify_inval_inode.c
example/notify_store_retrieve.c
example/passthrough_ll.c
include/fuse.h
include/fuse_lowlevel.h
lib/fuse.c
lib/fuse_lowlevel.c
lib/helper.c
lib/mount.c
lib/mount_bsd.c