summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pgfuse.14
1 files changed, 4 insertions, 0 deletions
diff --git a/pgfuse.1 b/pgfuse.1
index 649741b..f6ef02e 100644
--- a/pgfuse.1
+++ b/pgfuse.1
@@ -61,6 +61,10 @@ Options are the normal FUSE options plus the special PgFuse options:
\fB-o\fR ro (default="")
The default is to mount the filesystem read-writable. This can be
overruled to allow only read operations.
+.TP
+\fB-o\fR noatime (default=false)
+The default is to keep track of access times on reads. This can be
+switched off with noatime.
.SS "FUSE/Mount options"
For a list of possible mount and FUSE options consult the manpage
of \fBmount\fR and the README file of the \fBfuse\fR source package.