@cryptotaxi247 / kubo / commits / e55aaf3f8

nofuse: better help description for 'ipfs mount'

Henry committed Mar 5, 2015 at 00:45 UTC e55aaf3f832bb42e8b943470e6653b67f664dd3f
1 file changed +7 -2
core/commands/mount_nofuse.go
+7 -2
@@ -11,9 +11,14 @@ import (
11
12 var MountCmd = &cmds.Command{
13 Helptext: cmds.HelpText{
14 - Tagline: "Mounts IPFS to the filesystem (read-only) - !!Disabled!!",
14 + Tagline: "Mounts IPFS to the filesystem (disabled)",
15 ShortDescription: `
16 -Caution! Your version ipfs is compiled _without_ fuse support.
16 +This version of ipfs is compiled without fuse support, which is required
17 +for mounting. If you'd like to be able to mount, please use a version of
18 +ipfs compiled with fuse.
19 +
20 +For the latest instructions, please check the project's repository:
21 + http://github.com/jbenet/go-ipfs
22 `,
23 },
24 }