diff options
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 648a6c7..3a2f6c5 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -331,6 +331,14 @@ See `-suid, -nosuid`. Send USR1 to the specified process after successful mount. This is used internally for daemonization. +#### -one-file-system +Don't cross filesystem boundaries (like rsync's `--one-file-system`). +Mountpoints will appear as empty directories. + +Only applicable to reverse mode. + +Limitation: Mounted single files (yes this is possible) are NOT hidden. + #### -rw, -ro Mount the filesystem read-write (`-rw`, default) or read-only (`-ro`). If both are specified, `-ro` takes precedence. |