Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
e55aaf3f
Commit
e55aaf3f
authored
10 years ago
by
Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nofuse: better help description for 'ipfs mount'
parent
293234ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
core/commands/mount_nofuse.go
core/commands/mount_nofuse.go
+7
-2
No files found.
core/commands/mount_nofuse.go
View file @
e55aaf3f
...
...
@@ -11,9 +11,14 @@ import (
var
MountCmd
=
&
cmds
.
Command
{
Helptext
:
cmds
.
HelpText
{
Tagline
:
"Mounts IPFS to the filesystem (
read-only) - !!D
isabled
!!
"
,
Tagline
:
"Mounts IPFS to the filesystem (
d
isabled
)
"
,
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
`
,
},
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment