We also accept a number of mount options that are common to
all file systems (nosuid, nodev, ro, etc).
void fuse_mount_help(void)
{
printf(
-"Mount options:\n"
+"FUSE-specific mount options:\n"
" -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"
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);