diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2011-02-17 14:22:38 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-02-17 14:22:38 +0100 |
commit | 337a2e4b24e1cfbe60551341d2c303113847ff24 (patch) | |
tree | 0a6137d56fda8ecd0cbe6742e07004a356cfb598 | |
parent | 71b1c37a66b187404f2099ddbfb0d3912e65b821 (diff) | |
download | libfuse-337a2e4b24e1cfbe60551341d2c303113847ff24.tar.gz |
Add -onoforget to help output
-rw-r--r-- | lib/fuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4031,6 +4031,7 @@ static void fuse_lib_help(void) " -o negative_timeout=T cache timeout for deleted names (0.0s)\n" " -o attr_timeout=T cache timeout for attributes (1.0s)\n" " -o ac_attr_timeout=T auto cache timeout for attributes (attr_timeout)\n" +" -o noforget remember inode numbers (increases memory use)\n" " -o intr allow requests to be interrupted\n" " -o intr_signal=NUM signal to send on interrupt (%i)\n" " -o modules=M1[:M2...] names of modules to push onto filesystem stack\n" |