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 ```