提交 e55aaf3f 作者: Henry

nofuse: better help description for 'ipfs mount'

上级 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论