1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 09:34:03 +08:00

nofuse: better help description for 'ipfs mount'

This commit is contained in:
Henry
2015-03-05 00:45:38 +01:00
parent 293234ae63
commit e55aaf3f83

View File

@ -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
`,
},
}