From 383a1660033eccf118766573b770f52608ddc3bc Mon Sep 17 00:00:00 2001
From: David <github@kattfest.se>
Date: Sun, 31 May 2015 02:31:07 -0400
Subject: [PATCH] AllowOther -> FuseAllowOther

See go-ipfs/repo/config/mounts.go
---
 docs/fuse.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/fuse.md b/docs/fuse.md
index f23fd4f85..7e2750021 100644
--- a/docs/fuse.md
+++ b/docs/fuse.md
@@ -65,7 +65,7 @@ ipfs daemon --mount
 If you wish to allow other users to use the mount points, use the following:
 
 ```sh
-ipfs config Mounts.AllowOther --bool true
+ipfs config Mounts.FuseAllowOther --bool true
 ipfs daemon --mount
 ```
 
-- 
GitLab