From e1f6e940fd0f4d2d0db74a186c1815e62c7613bd Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Sat, 3 Jun 2023 17:04:36 +0100 Subject: [PATCH] Remove duplicated option details --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e6bd4cc8..8f7b80ca 100644 --- a/README.md +++ b/README.md @@ -290,12 +290,10 @@ These options are the same regardless of whether you use them with the * **sync_read**: deprecated - Perform reads synchronously. Use `async_read=false` instead. * **use_ino**: deprecated - Always enabled. -* **allow_other**: deprecated - Always enabled. +* **allow_other**: deprecated - Always enabled. Mergerfs always sets this FUSE option as normal permissions can be used to limit access. * **splice_read**: deprecated - Does nothing. * **splice_write**: deprecated - Does nothing. * **splice_move**: deprecated - Does nothing. -* **allow_other**: deprecated - mergerfs always sets this FUSE option - as normal permissions can be used to limit access. * **use_ino**: deprecated - mergerfs should always control inode calculation so this is enabled all the time.