Commit e55aaf3f authored by Henry's avatar Henry

nofuse: better help description for 'ipfs mount'

parent 293234ae
......@@ -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
`,
},
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment