mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 18:13:54 +08:00
nofuse: better help description for 'ipfs mount'
This commit is contained in:
@ -11,9 +11,14 @@ import (
|
|||||||
|
|
||||||
var MountCmd = &cmds.Command{
|
var MountCmd = &cmds.Command{
|
||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Mounts IPFS to the filesystem (read-only) - !!Disabled!!",
|
Tagline: "Mounts IPFS to the filesystem (disabled)",
|
||||||
ShortDescription: `
|
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
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user