diff --git a/core/commands/mount_nofuse.go b/core/commands/mount_nofuse.go index 9c3090bbb..60c2b0101 100644 --- a/core/commands/mount_nofuse.go +++ b/core/commands/mount_nofuse.go @@ -11,9 +11,14 @@ import ( var MountCmd = &cmds.Command{ Helptext: cmds.HelpText{ - Tagline: "Mounts IPFS to the filesystem (read-only) - !!Disabled!!", + Tagline: "Mounts IPFS to the filesystem (disabled)", ShortDescription: ` -Caution! Your version ipfs is compiled _without_ fuse support. +This version of ipfs is compiled without fuse support, which is required +for mounting. If you'd like to be able to mount, please use a version of +ipfs compiled with fuse. + +For the latest instructions, please check the project's repository: + http://github.com/jbenet/go-ipfs `, }, }