diff --git a/docs/fuse.md b/docs/fuse.md index f23fd4f85b26140878bce5400a9f70f045cfa6be..7e27500216263dd0700538fd4d11344ee7922559 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 ```