OSDN Git Service

Allow -n option for automount/autofs compatibility.
authorrelan <relan@users.noreply.github.com>
Mon, 18 Mar 2013 18:37:25 +0000 (18:37 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:15 +0000 (08:26 +0300)
fuse/main.c
fuse/mount.exfat-fuse.8

index cd02599..99b4ae0 100644 (file)
@@ -429,6 +429,8 @@ int main(int argc, char* argv[])
                        puts("Copyright (C) 2010-2013  Andrew Nayenko");
                        return 0;
                }
+               else if (strcmp(*pp, "-n") == 0)
+                       /* ignore */ ;
                else if (spec == NULL)
                        spec = *pp;
                else if (mount_point == NULL)
index 83d2e63..aeec5d8 100644 (file)
@@ -9,6 +9,9 @@ mount.exfat-fuse \- mount an exFAT file system
 .B \-d
 ]
 [
+.B \-n
+]
+[
 .B \-o
 .I options
 ]
@@ -30,6 +33,9 @@ Command line options available:
 .BI \-d
 Enable debug logging and do not detach from shell.
 .TP
+.BI \-n
+Ignored.
+.TP
 .BI \-o " options"
 File system specific options. For more details see
 .B FILE SYSTEM OPTIONS