fix
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 10 Feb 2005 19:39:34 +0000 (19:39 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 10 Feb 2005 19:39:34 +0000 (19:39 +0000)
ChangeLog
lib/helper.c

index b17a3b28a00e8badfa48f3fa2c8e6f88b3afd602..3444ee40d92c9d8bbfeead5c4103cb9a6f19e511 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
 
        * fusermount: set owner and group of /etc/mtab to original values
        on unmount
+
+       * libfuse: add 'use_ino' option to help.  Patch by Valient Gough
        
 2005-02-07  Miklos Szeredi <miklos@szeredi.hu>
 
index e48b8849abc045ad40ef2210c528c023c866d62c..42fe44caee8a28fd2c149c5e255ba7377a377eaa 100644 (file)
@@ -43,7 +43,8 @@ static void usage(const char *progname)
             "    max_read=N             set maximum size of read requests\n"
             "    hard_remove            immediate removal (don't hide files)\n"
             "    debug                  enable debug output\n"
-            "    fsname=NAME            set filesystem name in mtab\n");
+            "    fsname=NAME            set filesystem name in mtab\n"
+            "    use_ino                let filesystem set inode numbers\n");
 }
 
 static void invalid_option(const char *argv[], int argctr)